1

模板引擎

JSP、Velocty、FreeMarker、Thymeleaf:

 

SpringBoot推荐的Thymeleaf;

语法简单,功能强大

1.引入themeleaf

<dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-thymeleaf</artifactId>
    </dependency>

2.Themeleaf语法

posted @ 2020-11-23 15:28  Auroragaga  阅读(101)  评论(0编辑  收藏  举报