This is my public notebook.
If you’re having problems using spring-boot starter web with thymeleaf, and you are using decorate layout… you may be finding that by default it’s not working. To solve this issue, just add the following dependency to your project.
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
</dependency>