【Java】springboot修改静态资源路径
以上配置不行
如图,我把资源都放入了 template/btzero的目录里了,请问,这个应该怎么配置?
回答
static-locations: classpath:/META-INF/resources/,classpath:/resources/,\ classpath:/static/,classpath:/public/,classpath:/template/btzero/
不需要后面的**
你试试
参考这篇文章
点我
以上是 【Java】springboot修改静态资源路径 的全部内容, 来源链接: utcz.com/a/87445.html