Do it/Program 설치 | 설정

STS3 설치 및 설정

develop_mii 2025. 8. 27. 04:10

# Window 운영체제

 

1. 아래 주소로 접속

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

 

 

2. Spring Tool Suite 3.9.18 의 해당 버전 설치

 

 

3. 설치 후 압축파일 풀고 sts폴더 RELEASE 폴더안 실행파일 실행

 

 

4. Windows → Preferences 설정

 

① General - Content Type - Text 선택후 아래에 utf-8 입력  Update

 

 

② Web Browser - Chrome선택,  위에 내장 웹브라우저/외장 웹브라우저는 편의에 맞게 선택

 

③ Java - Installed JREs 에 내가 설치한 jdk 유무 확인

 

 

④Web - CSS, HTML, JSP Encoding : 각각 UTF-8로 변경

 

 

5. 서버연결(TOMCAT)   :  아래 Servers에 가상의 서버가 있다면 삭제하고 서버추가 링크를 누른뒤

                                         tomcat파일 열어 내가 설치한 tomcat서버 버전 선택 →  Next

 

6. Tomcat 설치되어있는 위치 폴더 선택, Java 설치버전으로 바꿔준다

    (기본설치 위치 C드라이브 → Program Files → Apache Software Foundation→ Tomcat)

 

 

 

7. 이후 Next → Finish 눌러 마침

 

 

 


# Spring Legacy Project 템플릿이 없는 상황

 

새로운 템플릿 추가작업을 위해 sts를 종료

 

아래주소에서 xml파일 다운로드

https://github.com/gyojincompany/spring_md-20250825/blob/main/https-content.xml

 

springWorkspace폴더 (sts3열때 연결한 폴더) →  .metadata폴더  → .plugins → org.springsource.ide.eclipse.commons.content.core 폴더내에 다운받은 xml파일 넣어준다.

 

sts 재부팅 후 spring legacy project 생성  -  없던 templates 추가된거 확인

(Spring MVC Project 생성시 refresh 눌러준다)