Frameworks/spring boot
스프링부트 시작하기
Seollica
2020. 5. 18. 15:02
스프링부트 설치하기
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
https://github.com/spring-projects/sts4/wiki/Previous-Versions
4.2.1 버전 받기
첫번째 zip 파일로 받는다.
zip 파일을 받아 C드라이브에 옮긴다. 이때 파일명을 짧게 바꾼 후 압축을 풀어주자. 그러면 오류가 나지 않는다.
폴더 안의 SpringTollSuit4를 실행하고 워크스페이스를 만들자. (sts는 바로가기를 만들어두면 편리하다.)
스프링 부트 프로젝트 생성
Spring Starter Project를 생성하자.
프로젝트 생성시 바꿔줄 부분이 있다면 바꿔주자.