thymeleaf / thymeleaf-spring

Thymeleaf integration module for Spring
http://www.thymeleaf.org
Apache License 2.0
434 stars 156 forks source link

Thymeleaf 3.1.1 with SpringMVC 6.0.3 and Tomcat 10 #308

Closed Paul9194637 closed 1 year ago

Paul9194637 commented 1 year ago

I would like to rendder ".html" in Spring 6.0.3 MVC, but in doc, the sample code as below,

templateEnging ref templateResolver, and templateResolver ref templateEngine, it is correct?

<bean id="templateEngine" class="org.thymeleaf.spring6.SpringTemplateEngine">