https://github.com/spring-projects/sts4/wiki
Home
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse...
github.com
이전 버전 링크
https://github.com/spring-projects/sts4/wiki/Previous-Versions
Previous Versions
The next generation of tooling for Spring Boot, including support for Cloud Foundry manifest files, Concourse CI pipeline definitions, BOSH deployment manifests, and more... - Available for Eclipse...
github.com
본인이 사용할 버전은 4.6.0
아래는 다운로드 링크
위와 같이 jar파일 생성이 되고 생성된 jar파일 클릭하면
아래와 같이 폴더 안에 파일들이 생성된다
추가할 Dependency
Spring Web
Thymeleaf
Mybatis
MySQL
Generate 클릭
생성
나머지 HTML CSS JSP 다 UTF-8로 변경해주면 된다
해서 압축 푼 파일을 불러오면 끝!
pom.xml 아래 추가
server를 자동으로 리셋해줌
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
'Web > Spring' 카테고리의 다른 글
내가 참고하려고 만드는 Thymeleaf [insert / replace / layout] (0) | 2023.06.09 |
---|---|
Spring boot application.properties 세팅 (JSP / Thymeleaf 둘다 사용) (0) | 2023.05.30 |
Spring tiles 사용 (2) | 2023.05.10 |
Spring JDBC 환경 설정 (MySQL) (0) | 2023.05.09 |
servlet-context.xml 설정 (0) | 2023.05.08 |