Springboot 前后端不分离,serve静态文件

打包后文件放到 src/main/resources/static 目录

在application.yaml中添加

spring:
  mvc:
    static-path-pattern: /**
  web:
    resources:
      static-locations: classpath:/static/

 

posted on 2024-09-11 14:19  lxxd  阅读(120)  评论(0)    收藏  举报

导航