码迷,mamicode.com
首页 > 编程语言 > 详细

springbootl用thymeleaf整合htm

时间:2019-04-04 14:33:57      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:boot   mamicode   inf   pom   otl   art   rop   html   color   

pom文件:

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

properties文件:

 

spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=LEGACYHTML5
spring.mvc.static-path-pattern=/static/**
spring.thymeleaf.cache=false

 

静态文件结构:

技术图片

 

springbootl用thymeleaf整合htm

标签:boot   mamicode   inf   pom   otl   art   rop   html   color   

原文地址:https://www.cnblogs.com/leeego-123/p/10654507.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!