springMVC js等文件找不到解决方法

<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 />   

 

posted @ 2016-02-03 17:44  聊聊IT那些事  阅读(463)  评论(0编辑  收藏  举报