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
아래 파일 다운로드 후 배치
워크스페이스 경로 \ .metadata\.sts\content\org.springframework.templates.mvc-3.2.2
아래 파일 다운로드, 압축 해제 후 배치
이후 STS를 재실행하면
Persistance > Spring MVC Proect를 확인할 수 있음
이 외의 다른 에러 발생 시 JDK 버전을 11로 설정해본다.
Project name 입력
Templates : Spring MVC Project 선택 후 Next
패키지명 입력 후 Finish
'Spring' 카테고리의 다른 글
스프링 - JUnit을 이용한 스프링 테스트 (0) | 2025.05.18 |
---|---|
스프링 - Lombok 설치 및 사용 (0) | 2025.05.17 |
스프링 - 서버 실행 및 접속 테스트 (0) | 2025.05.17 |
스프링 - pom.xml에 대한 몇 가지 정보 (0) | 2025.05.17 |
스프링 - 톰캣 설치 후 STS 환경 설정 (Apache Tomcat 9) (0) | 2025.05.17 |