采用的配置依赖如下:
<dependency>
<groupId>org.springframework.boot
</groupId>
<artifactId>spring-boot-starter-thymeleaf
</artifactId>
</dependency>
<properties>
<thymeleaf.version>3.0.0.RELEASE
</thymeleaf.version>
<thymeleaf-layout-dialect.version>2.0.0
</thymeleaf-layout-dialect.version>
</properties>
转载请注明原文地址: https://www.6miu.com/read-2623394.html