前端发送的Json数据无法到达后端


用IDEA    搭建SSM+maven项目


在web.xml 中配置了

    
        default
        /static/js/*
        /static/css/*
        /static/img/*
    


但是前端JSP页面中使用了jQuery-easyUI

  
    static/css/easyui.css">
    /static/css/icon.css">
    
    
引用中,文件的路径必须是 web.xml 中定义的路径,否则前端数据 无法传递到后端




你可能感兴趣的:(spring)