Notice
Recent Posts
Recent Comments
Links
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 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 설정 자료 링크들 본문
💻Bootcamp Self-Study Revision✨/Spring, Spring Boot, Java, SQL
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
https://ratseno.tistory.com/115
https://chinsun9.github.io/2020/10/05/gradle/
https://jiurinie.tistory.com/123
https://junibong.tistory.com/59
https://bny9164.tistory.com/52
728x90
반응형
'💻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 |
Comments