728x90
반응형
1) 프로젝트 생성
다음 순서로 Spring Boot 프로젝트를 생성합니다.
2) main 밑에 디렉토리 생성
webapp/WEB-INF/jsp
3) application.properties 설정
spring.mvc.view.prefix=/WEB-INF/jsp/
spring.mvc.view.suffix=.jsp
4) build.gradle 설정
implementation 'org.apache.tomcat.embed:tomcat-embed-jasper'
implementation 'javax.servlet:jstl'
Reference : https://developer-rooney.tistory.com/152
728x90
반응형
'Study > SpringBoot' 카테고리의 다른 글
계층형 디렉토리 패키지 구조 (0) | 2024.01.22 |
---|---|
@RequestBody로 String 타입을 받는 경우 (0) | 2023.02.16 |
[SpringBoot] HandlerInterceptor (1) | 2022.09.21 |
[intellij] spring boot + jsp (0) | 2022.06.29 |
[Server] JAR 와 WAR의 차이점 (0) | 2022.06.24 |
댓글