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博主「阿拉斯加的甜虾」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/Chanxiangtian/article/details/105297763
============ 欢迎各位老板打赏~ ===========
与本文相关的文章
- · springboot使用lock4j实现并发控制
- · springboot全局增加sentinel
- · Springboot整合Swagger常用注解
- · swagger隐藏authentication参数
- · Spring Security 中的自定义PreAuthorize 注解
- · JACKSON和FASTJSON处理返回JSON数据中为NULL字段不显示
- · 将数据从mysql迁移到clickhouse
- · springboot登录失败3次后需要验证码的设计及实现
- · Mybatis —— 解决单引号带来的sql注入问题
- · Springboot整合Nacos(动态改变数据库连接参数)
- · Java基础问题13个,你都会哪些?
- · 不重新打包项目并替换部分jar包