728x90
반응형
1, STS4를 다운받기 위해 사이트에 접속
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
자신의 OS에 맞춰 다운받는다.
jar파일로 다운받아진다.
2. 방금 다운받은 jar파일을 압축해제한다.
여기서 contents.zip를 한번더 압축해제한다.
압축해제하면 나오는 sts-4.13.1.RELEASE 폴더가 나온다.
3. 이 폴더를 원하는 위치에 옮긴다.
나는 E:\STS 경로에 옮길 예정이다.
아 밑에 workspaces는 프로젝트를 저장할 경로이다. 미리 생성해놓았음
4. SpringToolSuite4.exe 를 실행시킨다.
5. 실행되면 workspace경로 잡아주고 Launch
6. 잘 실행된다.
728x90
반응형
LIST
'IT 웹개발 > 스프링(Spring)' 카테고리의 다른 글
[SpringBoot] 스프링부트 포트번호 변경 방법 (0) | 2022.03.29 |
---|---|
[SpringBoot] 이클립스에서 스프링부트 프로젝트 시작, 실행하기 (0) | 2022.03.23 |
[SpringBoot] 스프링 이니셜라이즈로 스프링부트 프로젝트 생성하기 (0) | 2022.03.21 |
[Spring] 스프링에 LOGBACK 적용하기 (0) | 2022.02.25 |
[spring 에러] Argument [RedirectAttributes] is of type Model or Map but is not assignable from the actual model. (0) | 2022.01.15 |