Spring

스프링 - STS3 설치 및 프로젝트 생성 (Java JDK 11)

마루설아 2025. 5. 17. 17:10

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

 

 

Spring Tool Suite 3.9.17 다운로드

 

 

 

압축을 풀면 아래 구조로 생성됨

 

 

sts-3.9.17.RELEASE \ STS.ini를 편집기로 열어 아래 내용 추가 후 저장

-vm

설치된 javaw 경로

 

sts-3.9.17.RELEASE \ STS.exe로 프로그램 실행 후,

File > New > Spring Legacy Project

 

 

Templates에 'Spring MVC Project'가 없을 경우, Configure templates... 클릭

 

spring-defaults 외 나머지는 Remove > 이후 Apply and Close

다시 Spring Legacy Project 창으로 돌아와 Refresh

 

 

 

위 방법대로 하여도 Spring MVC Project가 나타나지 않을 경우

 

STS 종료 후 아래 경로로 이동

워크스페이스 경로 \ .metadata\.plugins\org.springsource.ide.eclipse.commons.content.core

아래 파일 다운로드 후 배치

https-content.xml
0.02MB

 

 

워크스페이스 경로 \ .metadata\.sts\content\org.springframework.templates.mvc-3.2.2

아래 파일 다운로드, 압축 해제 후 배치

org.springframework.templates.mvc-3.2.2.zip
0.01MB

 

 

 

이후 STS를 재실행하면

Persistance > Spring MVC Proect를 확인할 수 있음

이 외의 다른 에러 발생 시 JDK 버전을 11로 설정해본다.

 

Project name 입력

Templates : Spring MVC Project 선택 후 Next

 

 

패키지명 입력 후 Finish