idea2019 jsp页面加载不到静态文件原因No mapping found for HTTP request with URI

最近在使用idea2019 学习ssm,但是发现我在项目引用的静态文件怎么都无法加载出来,找了很久才解决~~

给上目录结构图:

idea2019    jsp页面加载不到静态文件原因No mapping found for HTTP request with URI

 

 

第一种:使用 ${pageContext.request.contextPath} 获取根路径

<link href="${pageContext.request.contextPath}/static/css/style.css" media="screen"  rel="stylesheet">

 

第二种:

直接给上地址:

https://blog.csdn.net/syc000666/article/details/94987764

 

希望有帮助!

idea2019 jsp页面加载不到静态文件原因No mapping found for HTTP request with URI

上一篇:IOS8Preview-Huge for developer and Massive for everyone else


下一篇:android ListView 多次调用 getView方法