标签:spring static odi 静态文件 静态 ref cat encoding mod
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/**
标签:spring static odi 静态文件 静态 ref cat encoding mod
原文地址:https://www.cnblogs.com/Marlo/p/14836437.html