将 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/
这两天遇到的坑