Backend/설치

[STS3 재설치]

saintclair 2023. 5. 27. 14:16

1. STS3 설치 

 

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

 

맨 위꺼 윈도우용 설치 

 

2. 반디집으로 압축 풀기

 

3. STS.ini 파일에 

-vm

javaw.exe 경로 추가

 

4. STS.exe 실행

 

5. Window - Preferences 

 

1) installed JREs 검색 - 사용 중인 JDK 경로 추가해서 선택 후 Apply

2) compailer 검색 - JDK 버전 설정

3) 인코딩 설정

General - Workspace 맨 아래 Other - UTF-8 설정

Web - css, html, jsp UTF-8 설정

 

6. 웹브라우저 설정

Window - Web Browser - 선택

 

7. 서버 설정 (Tomcat)

하단 Servers 창에서 링크 클릭

Apache - Tomcat 9.0 (본인이 설정한 버전 선택)

Next - Tomcat 설치한 경로 선택 - Finish

 

Servers 창 Tomcat 우측버튼 클릭 후 Start

localhost:8080 접속해서 잘 연결되는지 확인

본인 포트번호는 Servers 창에 서버 더블클릭 후 Overview 창에서 볼 수 있음