SpringBoot学习-引入thymeleaf

为什么要thymeleaf? SpringBoot不支持jsp,可以引入模板引擎来代替使用 JSP、Velocity、Freemarker、Thymeleaf等都是模板引擎 SpringBoot推荐我们使用Thymeleaf; 怎么引入? 在官方文档中找到场景启动器Starters 然后在pom.xml中引进来就可以了 <!--引入thymeleaf--> <dependency>
相关文章
相关标签/搜索