2016.7.12 Table configuration with catalog null, schema public, and table globalpage did not resolve to any tables(疑)
在eclipse中运行mybatis的generator插件时,出现如下错误提示:
Generation Warnings Occured:Table configuration with catalog null, schema public, and table globalpage did not resolve to any tables。
虽然不知道为什么,但是去掉public就OK了???

去掉再运行就没有错误了。

文章来自:http://www.cnblogs.com/lyh421/p/5672859.html