其他分享
首页 > 其他分享> > thymeleaf-layout-dialect布局页面

thymeleaf-layout-dialect布局页面

作者:互联网

spring boot+thymeleaf+thymeleaf-layout-dialect

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

        <dependency>
            <groupId>nz.net.ultraq.thymeleaf</groupId>
            <artifactId>thymeleaf-layout-dialect</artifactId>
            <version>2.3.0</version>
        </dependency>

 

标签:dialect,layout,spring,boot,nz,thymeleaf
来源: https://www.cnblogs.com/hsiaochinchin/p/14013258.html