Exception in thread "main" java.lang.RuntimeException: Cannot instantiate object of type com.gatz.d

来源:互联网 发布:sql连接服务器 编辑:程序博客网 时间:2024/06/06 03:25

问题:Exception in thread "main" java.lang.RuntimeException: Cannot instantiate object

 of type com.gatz.discovery.core.util.PaginationPlugin.....


这个问题出现的原因:使用SpringMVC框架运用mybatis generator进行生成实体类的相关类文件,添加分页的时候出现这个问题。原因就是类的class没有引入进来。

有一部分人引用用本地jar,但是我试过了,不好用。结果我用了另外引用本地jar的方法

 <systemPath>包含paginationplugin类文件的jar路径</systemPath>

这样执行后就成功了。需要反复测试。



0 0
原创粉丝点击