application.properties 파일 설정
### concurrent apply jsp and thymeleaf
# web-inf spring-mvc... for jsp templates : web-inf/view/ 밑에 것은 jsp에서 처리
spring.mvc.view.prefix=/WEB-INF/view/
spring.mvc.view.suffix=.jsp
# template for thymeleaf : default fold /resources/templates/th/ 밑에 것은 thymeleaf로 처리
spring.thymeleaf.prefix= classpath:/templates/
spring.thymeleaf.suffix= .html
spring.thymeleaf.view-names= th/*
'Spring > spring_유용한것' 카테고리의 다른 글
| jpa one to many 관련 (0) | 2023.06.07 |
|---|---|
| jpa tip (0) | 2023.06.06 |
| data base-mysql (0) | 2023.06.06 |
| html input type (0) | 2023.06.05 |
| spring annotation (0) | 2023.06.05 |