分类目录

链接

2024 年 5 月
 12345
6789101112
13141516171819
20212223242526
2728293031  

近期文章

热门标签

新人福利,免费薅羊毛

springboot访问静态资源404 —-idea设置问题

springboot 遇到不能访问静态资源的情况 首先springboot 是默认访问static的 引用JS CSS 路径不需要带上static 如果8080直接访问静态资源 404 This application has no explicit mapping for /error, so you are seeing this as a fallback. 出现这种错误 访问controller一般是没问题的 是静态资源没有加载到tomcat中 看了其他帖子有说在properties中配置路径的 其实现在springboot不需要特地配置 默认映射到static了 把Build project automatically这个勾上 ———————————————— 版权声明:本文为CSDN博主「阿拉斯加...

JAVA 暂无评论 阅读(104)