SpringBoot整合thymeleaf模板

目录

 

 依赖

<!-- 添加thymeleaf模版的依赖 -->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
        </dependency>

ThymeleafController

StarSpringBoot

index.html

application.yml

 

 运算结果

 

 

posted @ 2019-12-12 17:08  慕容子月  阅读(163)  评论(0编辑  收藏  举报