SpringBoot引入模板引擎—— Thymeleaf

因为SpringBoot使用的是jar包以及嵌入式的tomcat,因此并不支持jsp,因此我们需要模板引擎 目前的模板引擎有Velocity、Freemarker、Thymeleaf。而SpringBoot推荐的Thymeleaf:语法更简单,功能更强大。 1、引入thymeleaf 在auto中查看 只要我们把HTML页面放在classpath:/templates/,thymeleaf就能自动
相关文章
相关标签/搜索