Spring Boot 배포파일 생성시 JSP 추가 방법 1. SpringBootServletInitializer 상속하여 configure 구현 -> 이건 요즘 기본으로 되어있다. 2. pom.xml 수정 war 3. dependency 추가 org.springframework.boot spring-boot-starter-tomcat provided jsp 파일이 war에 추가로 배포된다. PROJECT/TOOL 2019. 12. 3. 14:02