spring boot 다운로드 URL : https://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
윈도우즈용 4.14.0-WINDOWS X86_64 를 다운받았습니다.(사용자에게 맞는 파일을 다운로드 하시면 됩니다.)
spring-tool-suite-4-4.14.0.RELEASE-e4.23.0-win32.win32.x86_64.self-extracting.jar 파일이 다운로드 되었습니다.
jar 파일입니다. 해당파일에서 오른쪽 마우스 클릭해서, 압축을 풀어주세요.
압축을 푼 디렉토리로 이동하시면, contents.zip 과 SelfExtractor.class 2개의 파일과 META-INF, ui 디렉토리가 있습니다.
contents.zip 파일에 오른쪽 마우스를 클릭해서 압축을 풀면 압축해제시 오류가 나고, spring boot 실행시 오류가 발생합니다.
*순서대로 실행해주세요.
1. java 설치(이미 설치되어 있으면 패스)
2. 윈도우즈 검색창에 "cmd" 입력해서 도스창 실행 후, contents.zip 이 있는 디렉토리로 이동
3. 도스창에서 java SelfExtractor 입력 후, 엔터
4. 압축이 정상적으로 풀립니다.
이제 spring boot 실행하시면 됩니다.