Thymeleaf模板引擎


JSP在内嵌的Servlet的容器上运行有一些问题(内建的Tomcat、Jetty不支持以Jar形式运行JSP,Undertow不支持JSP)。

Spring Boot提供了大量模板引擎,包括FreeMarker、Groovy、Thymeleaf、Velocity和Mustache,SpringBoot中推荐使用Thymeleaf作为模板引擎,因为Thymeleaf提供了完美的SpringMVC的支持