Back end/Spring Framework, Boot

스프링부트 뷰리졸버 (Spring Boot View Resolver)

큰덩어리 2022. 6. 2. 09:41
728x90

application.properties에 추가 (템플릿은 thymeleaf 사용)

spring.thymeleaf.prefix=classpath:templates/
spring.thymeleaf.suffix=.html

 

추가하지 않아도 위 상태가 default 상태이다

prefix, suffix 를 변경하여 원하는 위치로 경로설정이 가능하다.

 

 

 

728x90