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>

 

上一篇:C# 数据操作系列 - 12 NHibernate的增删改查


下一篇:mobilebone.js使用笔记