의존성 추가 (start.spring.io) // Thymeleafimplementation 'org.springframework.boot:spring-boot-starter-thymeleaf' JSP 와 Thymeleaf 둘 다 사용하는법 (권장하지 않는다) application.propertiesjsp 를 사용하지 않는다면 설정할 필요 없지만 같이 사용한다면 설정을 해야한다 # THYMELEAFspring.thymeleaf.prefix=classpath:/templates/spring.thymeleaf.suffix=.htmlspring.thymeleaf.mode= HTML5spring.thymeleaf.cache= falsespring.thymeleaf.view-names=th/* tymeleaf..