Springboot 前后端不分离,serve静态文件
打包后文件放到 src/main/resources/static 目录
在application.yaml中添加
spring: mvc: static-path-pattern: /** web: resources: static-locations: classpath:/static/
打包后文件放到 src/main/resources/static 目录
在application.yaml中添加
spring: mvc: static-path-pattern: /** web: resources: static-locations: classpath:/static/