STS4 설치 및 설정
https://hozeroa.tistory.com/5?category=1228854
Spring Tool Suite 4(STS4) 설치 및 기본 설정
1. 아래 링크를 통해 STS4 다운로드 페이지 접속 https://spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class suppor..
hozeroa.tistory.com
Tomcat 설치
https://hozeroa.tistory.com/6?category=1228841
Apache Tomcat 9.0 설치
1. 아래 링크를 통해 Apache Tomcat 9.0 다운로드 페이지 접속 https://tomcat.apache.org/download-90.cgi Apache Tomcat® - Apache Tomcat 9 Software Downloads Welcome to the Apache Tomcat® 9.x software..
hozeroa.tistory.com
STS4에서 Spring Legacy Project를 생성하고 실행하기 위해선 위의 준비가 필요하다.
1. Encoding 설정
새 workspace라고 가정하고, 우선 프로젝트의 Encoding 설정부터 하겠다.
Windows -> Preferences -> General -> Workspace
Windows -> Preferences -> Web -> CSS Files, HTML Files, JSP Files
이렇게 Encoding 설정을 해주면 된다.
2. Server 설정
3. 프로젝트 생성
File -> New -> Spring Legacy Project
이후에 생기는 프로젝트를 실행해서 아래와 같은 화면이 나온다면 프로젝트 생성 성공.
'[ Framework ] > Spring & Spring Boot' 카테고리의 다른 글
[오류] java.lang.NoClassDefFoundError: org/springframework/core/JdkVersion (0) | 2021.10.12 |
---|---|
[오류] log4j.xml : Cannot find DTD. Create the DTD file or configure an XML catalog for this DTD. (0) | 2021.10.05 |
[오류] web.xml 빨간 줄 오류 (0) | 2021.09.16 |
[설치] Apache Tomcat 9.0 설치 (0) | 2021.09.15 |