MyBatis Generator生成代码报错:Table configuration with catalog null

使用MyBatis Generator生成代码报错信息如下:

[WARNING] Table configuration with catalog null, schema xe, and table SR_CLASS did not resolve to any tables

数据库是oracle,错误原因是我的scheme配置错误了,配置scheme的目的是指明为某个用户的表,如果scheme对应的用户不存在就会报这个错误。

另外,表名配置错误也会报这个错,例如表名不存在,mysql还可能因为表名大小写导致该错误,具体参见下面文章。

参考文章:

  1. Mybatis generator 生成Javabean报错:Table configuration with catalog null, schema public, and table globalpage did not resolve to any tables
  2. Table configuration with catalog null, schema orcl, and table ORDERS did not resolve to any tables
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容