-
IntelliJ Community, 커뮤니티버전으로 스프링 프로젝트 시작하기IDLE/IntelliJ 2021. 9. 8. 18:53
1. https://start.spring.io/ 에 접속
- gradle project, JAVA, jdk 11, 필요 Dependencies 추가
- zip 파일 다운 후, 언팩, 인텔리제이로 open project
2. 구글에 maven repository 검색
- 필요 라이브러리명 검색
- gradle implementation 복사 후, 프로젝트 폴더내에 build.gradle 파일 내 dependencies 에 붙여넣기
- gradle restart
- https://mvnrepository.com/artifact/io.springfox/springfox-boot-starter/3.0.0
728x90'IDLE > IntelliJ' 카테고리의 다른 글
[IntelliJ] Annotation Procssor(Lombok) 적용하기 (0) 2022.04.02 [IntelliJ] Test 실행 속도 빠르게 하는법 (0) 2022.04.02 [IntelliJ] 무한 Updating indexes....... 해결법 (0) 2021.11.02 [IntelliJ] 버벅임, 느려짐 해결하기(VM Option 조정, VM 교체) (0) 2021.10.19 [IntelliJ] 인텔리제이 Community버전, DB tool window 설정, DataBase Navigator (1) 2021.10.19