springboot配置静态资源位置static-locations、静态资源路径前缀static-path-pattern

spring:
  web:
  	#springboot_v2.4以后配置方式。springboot_v2.3以前不需要“web”
    resources:
      #静态资源位置。默认为 "classpath:/META-INF/resources/","classpath:/resources/", "classpath:/static/", "classpath:/public/"
      static-locations:
        - file:./dist/                                      # 相对路径。命令行所在的目录
       #- file:D:/workspace/lishuoboy-test/dist/
  mvc:
    #静态资源访问路径前缀。默认为根目录/**,如http://localhost:8080/stat/贾静雯.png。如需配置多个,实现 WebMvcConfigurer.addResourceHandlers()
   #static-path-pattern: /**
   static-path-pattern: /stat/**

在这里插入图片描述

posted on   小石头小祖宗  阅读(1017)  评论(0编辑  收藏  举报  

相关博文:
阅读排行:
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 开源Multi-agent AI智能体框架aevatar.ai,欢迎大家贡献代码
· Manus重磅发布:全球首款通用AI代理技术深度解析与实战指南
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· AI技术革命,工作效率10个最佳AI工具
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示