模板引擎
JSP、Velocty、FreeMarker、Thymeleaf:

SpringBoot推荐的Thymeleaf;
语法简单,功能强大
1.引入themeleaf
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
2.Themeleaf语法
JSP、Velocty、FreeMarker、Thymeleaf:

SpringBoot推荐的Thymeleaf;
语法简单,功能强大
1.引入themeleaf
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
2.Themeleaf语法