Table configuration with catalog null, schema null错误的一个原因

我在进行Mybatis调试时出现了下面的警告提示:

Generation Warnings Occured
  Table configuration with catalog null, schema null, and table 表名 did not resolve to any tables
  Mybatis generator操作没有产生结果。

多处找资料发现在我的

generatorConfig.xml文件中:

 

换成这样就行了:


也许对大家有帮助。

你可能感兴趣的:(spring,mvc应用,java编程,mybatis应用,warnings,mysql,spring,Mybatis)