Maven项目重写了pom文件编译之后出现一个问题:The type SqlMapClientCallback is not generic; it cannot be parameterized with arguments
请问大神有遇到这种情况怎么解决?
哥们儿,建议你打开这个类: SqlMapClientCallback 的源码看看,然后定位到jar包,看有没有。如果没有,去pom中查看一下引用,是不是漏了
http://jingyan.baidu.com/article/86fae346cb611c3c48121a79.html?st=2&net_type=&bd_page_type=1&os=0&rst=&word=牙疼方法
缺少jar包吧,应该是