springbootl用thymeleaf整合htm

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

 

静态文件结构:

 

posted @ 2019-04-04 14:01  不死码农  阅读(338)  评论(0编辑  收藏  举报