Tool/Eclipse

Windows STS 설치

하르싼 2022. 10. 28. 13:27
반응형

Windows STS 설치

설치방법

0. JDK 설치되어 있어야함

1. 다운로드

 

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. 설치

  • 예전 버전은 zip 형태로 제공되어 압축해제 후 exe파일로 설치 가 가능했으나 현재는 jar로 제공
  • CMD로 java -jar 다운로드받은 jar

  • 폴더확인

  • SpringToolSuite4.exe 실행하여 설치완료 확인!

반응형