springMVC js等文件找不到解决方法
时间:2016-02-03 18:18:50
收藏:0
阅读:272
<mvc:resources mapping="/javascript/**" location="/static_resources/javascript/"/> <mvc:resources mapping="/styles/**" location="/static_resources/css/"/> <mvc:resources mapping="/images/**" location="/static_resources/images/"/> <mvc:default-servlet-handler />
原文:http://www.cnblogs.com/FCWORLD/p/5180241.html
评论(0)