I\'ve a multi module project structure like :
- application (parent module)
--- boot (web-app)
----- src/main/resources/templates/layout.html
---- todo (ja
Adding following properties solves my problem:
spring.thymeleaf.check-template-location=true
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=LEGACYHTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.content-type=text/html
spring.thymeleaf.cache=false