解决spring boot 无法访问静态文件夹的附件或图片

1.需要在配置文件重新执行静态文件夹位置即可

  # 指定静态文件位置
  resources:
    static-locations: classpath:/static/,classpath:/static/image/

2.心得

默认的有如下几个 ,设置后会覆盖,因此根据需要设置即可
classpath:/static
classpath:/public
classpath:/resources
classpath:/META-INF/resources

 

posted @ 2021-02-14 21:52  岑惜  阅读(431)  评论(0)    收藏  举报