静态资源配置

2018-07-04  本文已影响0人  咪雅先森

将 resource/static 进行映射。
springboot 默认优先级:
/META-INF/resources/
/resources/
/static/
/public/

freemarker 合配 resources 配置

mvc: 
  view:
    prefix: /templates/
    suffix: .ftl
    static-path-pattern: /**resources:
  static-locations: classpath:/templates/dist/

这两天遇到的坑

上一篇 下一篇

猜你喜欢

热点阅读