sts 다운로드--> https://spring.io/tools -->Spring Tools 4 for Eclipse --> 각자 환경에 맞는 버전으로 설치하기
sts 설정!!! -- https://kjchoi.co.kr/17 참고
windows-preferences - java - installed JREs - add - JRE home : (자바설치폴더) - finish - 추가한 jdk 선택하고 apply
windows-preferences - java - compiler - 11 선택
encoding 설정
windows-preferences - General - content types - text - default encoding - utf-8 update!!
windows-preferences - General - content types - text - java Properties File - default encoding - utf-8 update!!
windows-preferences - General - content types - text - spring Properties File - default encoding - utf-8 update!!
windows-preferences - General - workspace - Text file encoding - other : utf-8 Apply!!
Gradle 설정
windows-preferences - Gradle - java home : 자바 설치디렉토리 '
아래쪽에 Automatic Project Synchronization Apply!! -- Apply and Close
'프로그래밍 > spring' 카테고리의 다른 글
DBConfig.java (0) | 2018.09.10 |
---|---|
spring jdbc pom.xml (0) | 2018.09.10 |
jdbc (0) | 2018.09.10 |
pom.xml (0) | 2018.09.07 |
application-context.xml (0) | 2018.09.07 |