1. 程式人生 > >Sprint Boot----集成 Thymeleaf 模板引擎

Sprint Boot----集成 Thymeleaf 模板引擎

line dep radius 依賴 border back html round 集成

使用:

創建項目的時候添加依賴,和添加web一樣

在pom.yml 添加依賴

<dependency>
    <groupId>net.sourceforge.nekohtml</groupId>
    <artifactId>nekohtml</artifactId>
    <version>1.9.22</version>
</dependency>

  

Sprint Boot----集成 Thymeleaf 模板引擎