Hello, I'm reading in thymeleaf and found this line saying
that template resolver automatically integrates with Spring's own resource resolution infrastructure, does it mean that I really don't need to declare this bean ?
You don’t need to configure this bean, there are few times you need to configure a bean especially in springboot 2. It just works. Place all thymeleaf templates in resources/templates directory