본문으로 바로가기

Spring Boot 에 jsp 적용시 위와 같이 에러 나는 경우 

해당 jsp 파일을 찾지 못한 에러인데. 

<dependency>
	<groupId>javax.servlet</groupId>
	<artifactId>jstl</artifactId>
</dependency>
<dependency>
	<groupId>org.apache.tomcat.embed</groupId>
	<artifactId>tomcat-embed-jasper</artifactId>
</dependency>

maven 에 2개 다 설정해야 하는데 하나를 빼먹었다. 

하나 추가 해서 해결 완료