JSTL c:url无法正常工作

时间:2017-05-05 05:20:28

标签: java spring-mvc jstl

我正在学习Spring MVC。使用spring taglib成功映射了我的静态资源。但是,如果我使用JSTL c taglib,则不会映射资源。

项目结构

enter image description here

的web.xml

enter image description here

弹簧servlet.xml中

enter image description here

的main.css

h1{
    color:red;
}

的welcome.jsp

enter image description here

输出

enter image description here

Jquery和main.js加载了spring taglib,这就是为什么h2有身体,但我不明白为什么h1的颜色不是红色?

05-May-2017 15:45:24.843 WARNING [http-nio-8080-exec-4] org.springframework.web.servlet.PageNotFound.noHandlerFound No mapping found for HTTP request with URI [/basic/public-resources/css/main.css] in DispatcherServlet with name 'dispatcher'

0 个答案:

没有答案