Spring Boot 다운로드
Spring legacy : 기존 시스템. 순수 Spring. Spring 4부터는 legacy 지원 X.
Spring Boot : 신규 프로젝트에서 많이 사용한다.
1. Spring Boot (올인원 버전) 다운로드
Spring makes Java simple.
Level up your Java code and explore what Spring can do for you.
spring.io
위 spring.io 사이트에 방문했을 때 나오는 메인 화면.
위 카테고리 중 Projects > Spring Tools 4 선택
Spring Tools 4 를 선택하면 위에 Eclipse나 VSCode를 위한 Spring도 있지만, 나는 Spring 3버전을 받을 예정이기 때문에,
아래로 스크롤을 쭉 내려서 있는 저 Spring Tool Suit 3 wiki 를 클릭한다.
클릭했을 때 연결되는 깃헙 주소
github.com/spring-projects/toolsuite-distribution/wiki/Spring-Tool-Suite-3
spring-projects/toolsuite-distribution
the distribution build for the Spring Tool Suite and the Groovy/Grails Tool Suite - spring-projects/toolsuite-distribution
github.com
아래로 쭉 스크롤 해보면
full distribution 4.19 는 jdk 11 이상을 써야 한다.
현재 나는 jdk 8버전을 받으므로 full distribution on 3.9.14를 다운받는다.
윈도우니까 .zip 버전을 다운!
요약
spring.io > Projects > Spring Tool 4 > Spring Tool Suite 3 wiki > Spring Tool Suite 3.9.14 - Eclipse 4.15
다운로드 다 받았으면 압축을 푼다.
저 STS.exe를 실행하면 Spring이 되는 이클립스가 실행된다.
바탕화면으로 바로가기를 만들어 두고 사용하면 더 편하다.