joker001 发表于 2018-3-13 12:04:21

注解自己的packge与controller老是找不到路径

No mapping found for HTTP request with URI in DispatcherServlet with name 'springMvc'   


jQuery.post("chat/imController.do?getUserid", {},
        function (text) {
        $.parseJSON( text );
        alert(text);
    id = text.substring(1,text.length-1);
        });

zhangdaiscott 发表于 2018-3-13 14:21:14

看常见问题贴5
http://www.jeecg.org/forum.php?mod=viewthread&tid=1830&extra=page%3D1
页: [1]
查看完整版本: 注解自己的packge与controller老是找不到路径