SpringBoot项目取消静态文件访问限制

spring:
#thymeleaf
thymeleaf:
cache: false
prefix: classpath:/templates/
check-template-location: true
suffix: .html
encoding: utf-8
mode: HTML
#这个是关键,放开springboot对静态资源的拦截
mvc:
static-path-pattern: /static/**

上一篇:SpringBoot系列-自定义start


下一篇:745. Prefix and Suffix Search