spring boot jsp 404 및 tiles 3 연동시 오류 처리 방법

|


intellij에서 실행시 오류날 경우



<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<!--<scope>provided</scope>-->
<scope>compile</scope>
</dependency>


가 중요한듯



참조 :


jsp설정 : https://arturk9.wordpress.com/2017/02/22/springboot-how-to-enable-jsp-in-intellij/


https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000088004-Project-with-SpringBoot-and-TilesConfigurer-





'스프링 > 인텔리J' 카테고리의 다른 글

hotswap 설정  (0) 2018.05.29
And