IT/Spring

[STS4 설치] Spring Tools 4 for Eclipse 설치

바다, 2021. 5. 4. 15:33
반응형

Spring Framework를 이용한 프로젝트를 진행하기 위해 IDE로 STS를 선택하였다.

 

STS란 Spring 개발을 위한 Eclipse 기반의 개발 환경을 말한다.

 

우선 설치를 위해 

 

1. spring.io/tools 에 접속한다.

 

Spring Tools 4 is the next generation of Spring tooling

Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE.

spring.io

2. 접속 후 각자의 운영체제에 맞는 파일을 다운로드하면 된다.

운영체제 별 다운로드

 

Windows 환경이기 때문에 맨 밑의 4.10.0 - WINDOWS 64-BIT 로 클릭, 다운로드하였다.

 

3. 다운을 받으면 jar 파일이 다운로드 되게 된다.

(이전 블로그들을 보면 zip 파일인 글들이 많지만, 현재는 jar 이기 때문에 잘못 받은 것이 아니라 이상하게 생각하지 않아도 됨.)

- spring-tool-suite-4-4.10.0.RELEASE-e4.19.0-win32.win32.x86_64.self-extracting.jar

 

 

4. 압축을 풀면 아래의 그림과 같이 파일들이 존재한다.

  contents.zip 파일을 다시 한번 압축 해제한다.

jar 압축해제

 

5. contents.zip을 해제하면 아래의 그림과 같이 sts-4.10.0 RELEASE 폴더가 생성된다.

contents.zip 해제 시 sts-4.10.0 RELEASE 폴더 생성

해당 폴더의 SpringToolSuite4.exe 파일을 실행하면 STS가 실행되며 workspace를 선택하는 창이 나오면서 실행된다.

 

 

 

 

반응형

'IT > Spring' 카테고리의 다른 글

스프링 AntPathMatcher 사용 예제  (0) 2017.12.04