SpringBoot静态路径配置

2019-07-26  本文已影响0人  Codifier
spring:
  mvc:
    static-path-pattern: /**
  resources:
    static-locations: classpath:/static,classpath:/public,classpath:/resources,classpath:/META-INF/resources,file:D:/a/b/
上一篇 下一篇

猜你喜欢

热点阅读