五、SpringBoot中使用thymeleaf模板引擎
1、模板引擎JSP、Velocity、Freemarker、ThymeleafSpringBoot推荐的 Thymeleaf;语法更简单,功能更强大;2、引入 thymeleaf <dependency> <groupId>org.springframework.boot</groupId> &...