목록Java/Spring (33)
재 현
스프링 환경설정
1. 자바 11버전 설치 https://www.oracle.com/java/technologies/javase-jdk11-downloads.html 2. Intellj IDEA 설치 3. 스프링 부트 사이트로 접속 후, 스프링 프로젝트 생성하기 https://start.spring.io/ (기본) Dependencies: spring web, Thymeleaf 추가 +) Preferences 단축키 ( ctrl+alt+s ) 에서 'gradle'검색 -> (gradle -> intellij 로 실행시키기)
Java/Spring
2021. 6. 28. 13:39