1. 스프링 사이트 접속 후 STS3(Spring Tool Suite 3)를 다운로드

다운로드 :https://github.com/spring-attic/toolsuite-distribution/wiki/Spring-Tool-Suite-3

 

Spring Tool Suite 3

the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Suite - spring-attic/toolsuite-distribution

github.com

 

window에 맞는 sts3 다운로드

 

2. 다운로드된 압축 파일의 압축을 풀고 STS.exe를 실행

압축 풀기
실행파일
workspace 설정

3.JDK 설정

  • 상단 메뉴 -> Window -> Preferences에서 Compiler 검색 후 Compiler compliance level을 21로 변경
  • 상단 메뉴 -> Window -> Preferences에서 Installed JREs 검색 후 앞에서 설치 한 JDK의 경로에서 JRE를 찾아서 지정

Compiler 설정
jre 추가
버전에 맞는 jdk 설정

4.Encoding 설정

  • 상단 메뉴 -> Window -> Preferences에서 Encoding 검색 후 검색된 항목의 Encoding을 UTF-8로 변경

UTF-8로 설정
4개 모두 utf-8로 설정

5. Tomcat 설정

  • 상단 메뉴 -> Window -> Preferences -> Server -> Runtime Environment에서 앞에서 다운로드 한 톰캣을 찾아서 등록
  • Servers 뷰에서 Runtime Environment에 등록한 톰캣을 생성하고 톰캣을 실행하여 정상적으로 동작하는지 확인

add
다운로드 받은 tomcat 클릭 후 next
다운로드 받은 tomcat 경로 입력 후 finish
서버 추가
다운로드 받은 tomcat 버전에 맞게 클릭 후 finish

 

+ Recent posts