Infra/Spring
[Spring Boot] Could not find javax:servlet:jstl. 오류 해결
당닝
2021. 11. 17. 10:26
728x90
jsp 파일을 만들고 springboot와 연동 후, jar 파일을 만들었을 때 다음과 같은 오류가 발생하였다.
이유는 jsp는 jar 패키징을 할 수 없기 때문이다.
공식 문서에서 jsp 대신
템플릿 엔진들을 쓰라고 말해주고 있다.
참고
28. Developing Web Applications
The Spring Web MVC framework (often referred to as simply “Spring MVC”) is a rich “model view controller” web framework. Spring MVC lets you create special @Controller or @RestController beans to handle incoming HTTP requests. Methods in your contr
docs.spring.io
728x90