跳至主要內容

springboot整合Thymeleaf模板

程序员小富小于 1 分钟

SpringBoot 支持如JSPThymeleafFreeMarkerMustacheVelocity 等多种模板引擎。

本文整合 Thymeleaf 模版

引入jar

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

代码示例

Github

本文 Github 案例地址
上次编辑于: