728x90
1. jps사용할 수 있도록 스프링 부트 설정
1) application.properties
spring.mvc.view.prefix=/WEB-INF/views/
spring.mvc.view.suffix=.jsp
2) bulid.gradle
implementation "org.apache.tomcat.embed:tomcat-embed-jasper"
implementation 'org.springframework.boot:spring-boot-devtools'
3) main에 webapp만들기
webapp에 WEB-INF만들기
WEB-INF에 views 만들기
728x90
'BACK' 카테고리의 다른 글
[SpringBoot JSP] - xml 설정(Intellij) (0) | 2022.03.29 |
---|---|
[SpringBoot JSP] - DB 설정(Intellij) (0) | 2022.03.29 |
[SpringBoot JSP] OPEN API (KaKao Login) (0) | 2022.03.28 |
[SpringBoot JSP] - gmail 보내기 & 설정 (Intellij) (0) | 2022.03.28 |
[SpringBoot JSP] - ajax로 이메일 보내기 & 설정 (Intellij) (0) | 2022.03.28 |