해당 게시물에서는 스프링 부트로 바로 빌드하지 않고 legacy project 부터 직접하는 구축하는 방법을 기재한다.
1. 인텔리제이 가동 > New Project

* 톰캣 혹은 JDK 설치를 해야 한다면 접은글 참조
더보기
아래 링크에서 톰캣 설치
https://tomcat.apache.org/download-80.cgi
Apache Tomcat® - Apache Tomcat 8 Software Downloads
Welcome to the Apache Tomcat® 8.x software download page. This page provides download links for obtaining the latest versions of Tomcat 8.x software, as well as links to the archives of older releases. Unsure which version you need? Specification versions
tomcat.apache.org
아래 게시글 참고하여 JDK 설치
[Mac] - jdk 버전 환경변수 변경
dys-r.tistory.com
2. JDK 버전이 1.8 이므로 Java EE 8 선택

3. 연결된 톰캣이 있다면 빌드가 끝난 후 실행

4. 게시 성공

+ 별첨
- 8080을 사용중이라 다른 포트로 실행해야 한다면 (1 > 2 > 3 > 4)




- 현재 url 에 "springLegacyTest01_war_exploded/" 이 붙어있는데 루트 url을 다르게 변경하고 싶다면


반응형