thymeleaf不重启后台刷新

配置这个足够了!

spring:
  thymeleaf:
    cache: false

访问静态资源

忽略掉static,直接从static的下一级作为根目录


        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-thymeleaf</artifactId>
            <version>2.3.12.RELEASE</version>
        </dependency>
posted @ 2022-06-21 17:54  搬运工001  阅读(154)  评论(0编辑  收藏  举报