728x90
Spring에서 JSP를 사용하기 위해 추가해야할 Dependencies
JSP parser
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
JSTL spring boot 3 : JSP에서 JSTL 사용하기 위한 라이브러리
implementation 'org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0'
디렉토리 설정
src/main/webapp/WEB-INF/views/*.jsp
ContextPath: /WEB-INF/views/
'Java > Spring Boot' 카테고리의 다른 글
Spring Boot Controller Mapping + View Resolver (0) | 2023.09.12 |
---|---|
Spring Boot Exception Handler (0) | 2023.09.12 |
Spring Boot (0) | 2023.09.12 |
Spring Boot Application Overview (1) (0) | 2023.09.11 |
SpringBoot 설치 (Eclipse) (0) | 2023.09.09 |