본문 바로가기
개발 수업/Spring

[spring] 스프링 설치하기

by 오늘 하루s 2023. 8. 7.
728x90
더보기

Day70. 230815

spring 설치하기


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

 
위 사이트에서 이클립스 버전에 맞는 스프링을 설치한다.
 

본인은 이클립스 버전이 4.15.0 버전이어서
이클립스 4.15 버전에 맞는 스프링을 설치하였다.
 

 

받은 zip파일의 압축을 풀어준다.
 

 


 

sts-3.9.14.RELEASE 폴더에 들어가 STS를 클릭하면 스프링이 열린다.
 
처음이니 워크스페이스를 지정하자.
springWK폴더를 만들고 워크스페이스를 설정했다.

 
스프링이 실행되었다.

 

 

기본 환경설정

스프링 기본 환경설정은 이클립스 때와 동일하다.

728x90