Deprecated configuration property ‘spring.resources.static-locations 项目设置加载静态资源的路径
Spring:
resources:
static-locations: classpath:/static/,classpath:/views/
2.6之后
# web:
# resources:
# static-locations: classpath:/static/,classpath:/views/
Spring:
resources:
static-locations: classpath:/static/,classpath:/views/
2.6之后
# web:
# resources:
# static-locations: classpath:/static/,classpath:/views/