일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
- Today
- In Total
A Joyful AI Research Journey🌳😊
Spring Boot 시작: Gradle 설정 자료 링크들 본문
Spring Boot 시작: Gradle 설정 자료 링크들
yjyuwisely 2023. 4. 9. 00:14230409 Sun
학원에선 스프링을 가르쳤고, 스프링 부트로 시작해본다!
쓰고 있는 게 STS 이클립스인데 Gradle 불러오는데만 몇 시간 걸린 것 같다.TT
해결책은 자바 경로를 다시 설정하는 거랑
- Close Eclipse and navigate to your project directory in your file explorer.
- Delete the .metadata folder.
- Open Eclipse and import your project again.
- Right-click on your project and select "Configure" > "Add Gradle Nature".
- Now try to create a new Spring Starter Project and check if the Gradle option is available in the "Build System" drop-down list.
.metadata 삭제하고 다시 이클립스 실행하는 거였다.
+) 구글 검색할 때 STS로 검색하기
공부자료
https://github.com/thecodinglive/JPub-JavaWebService
GitHub - thecodinglive/JPub-JavaWebService: here is book example
here is book example. Contribute to thecodinglive/JPub-JavaWebService development by creating an account on GitHub.
github.com
STS에서 gradle 프로젝트 git에서 import하기
gradle 프로젝트를 로컬에 clone한 상태 Package Explore창에서 우클릭 => Import 클릭 Gradle => Existing Gradle Project 클릭 위에서 clone한 폴더로 선택 finish 클릭 하기전에 Gradle Project structer에 오류가 출력될수
ratseno.tistory.com
https://ratseno.tistory.com/115
STS에서 gradle 프로젝트 git에서 import하기
gradle 프로젝트를 로컬에 clone한 상태 Package Explore창에서 우클릭 => Import 클릭 Gradle => Existing Gradle Project 클릭 위에서 clone한 폴더로 선택 finish 클릭 하기전에 Gradle Project structer에 오류가 출력될수
ratseno.tistory.com
sts(spring tool suit) 에서 스프링부트+gradle+jsp 세팅
1. gradle 설치 gradle 을 다운 받아서 압축을 해제한다. 1) gradle 다운로드 사이트 https://gradle.org/releases/ 2) gradle 사이트에 접속하여 binary-only 로 파일을 다운로드한다. 3) gradle-7.4.2-bin.zip 파일이 다운로
gamma86.tistory.com
https://chinsun9.github.io/2020/10/05/gradle/
이클립스에서 gradle 프로젝트 생성하기
나는 C > C++ > java > js 순으로 배웠다 요즘은 쭉 nodejs에서 npm, package.json 을 통해 모듈을 쉽게 설치하고 관리하였다 오랜만에 java로 돌아오니까 외부 라이브러리를 임포트 할 때 불편하게 느껴졌다
chinsun9.github.io
https://jiurinie.tistory.com/123
이클립스에서 Gralde Project 생성하기(feat. java-library)
이클립스에서 Gralde Project 생성하기 Gralde Project를 생성하려면 우선 Gradle이 설치되어 있어야 한다. Eclipse Marketplace에서 Buildship Gradle Intergration 3.0을 설치하자. installed 표시가 아니라면 설치가 되어
jiurinie.tistory.com
Eclipse+Gradle+Spring 웹 프로젝트 만들기! (이클립스, 그래들, 스프링) - [Web Project] 1편
(매번 환경설정 할 때마다 헷갈리는 경우가 많아 정리하려고 한다.) STS를 이용하는 방식과 조금 다릅니다. 이점 참고 ^0^ ( 최대한 간단 설치하고, 컴팩트하게 생성하려고 했습니다. ) 이클립스에
geonoo.tistory.com
https://junibong.tistory.com/59
Gradle Project git import 오류
git에 있는 gradle 프로젝트를 가져오는 방법은 아래와 같다. 1. Project from git -> Clone URI -> 해당 URI 및 계정 입력 후 FINISH -> 프로젝트 우클릭 후 Configure 에서 Add gradle Nature 로 진행하면 된다. 정상적으
junibong.tistory.com
https://bny9164.tistory.com/52
Eclipse에서 gradle 경로 설정하기
프로젝트를 진행하다 gradle 버전이 맞지 않아 오류가 발생했었습니다. 현재 PC의 gradle 목록은 아래와 같습니다. 현재 PC에 설치되어 있는 gradle의 버전은 위 경로에 설치되어 있습니다. eclipse에 해
bny9164.tistory.com
GitHub에서 스프링 부트 & Gradle 프로젝트 Import 하기!
Git에서 Clone을하고 Clone한 프로젝트를 import하는 방법이다! 빨간색으로 표시된 이 아이콘을 클릭하면 GitRepository를 연결 할 수 있다. Git선택하고 Open 클릭! 만약 이 아이콘이 보이지 않는다면, Window
jin2rang.tistory.com
'💻Bootcamp Self-Study Revision✨ > Spring, Spring Boot, Java, SQL' 카테고리의 다른 글
Spring Boot: Mybtis Mapper.xml 만들기 (0) | 2023.04.10 |
---|---|
Spring boot: Gradle cmd 써서 업데이트하기 (0) | 2023.04.09 |
Spring Boot: 스프링부트 프로젝트의 구조 (0) | 2023.04.07 |
오류 해결) complied by a more recent version of the java runtime: 이클립스 자바 버전 맞춰서 해결 (0) | 2023.04.03 |