SpringBoot2.x版本无法访问static下的资源文件


网上各种方法都试了 什么改mvc配置 什么继承类 把/static/**改成/static/ 都不行 求助大佬们

springboot 2版本以前 比如1.5 是可以这样访问的 而且我这个idea提示目录不存在 就算前缀加上…/static 在idea中能找到 最后运行网页还是找不到

一个静态资源为啥你们老是翻车?看这个。只用改yaml配置就是了,不用代码配置。

发帖尽量贴代码。少截图。

谢谢k哥 解决了 我用的是pro
spring.mvc.static-path-pattern=/static/**
spring.resources.static-locations=classpath:/static/
:hugs: