数据库名和表名中间有两个点,MySQL数据库。
收起
自己解决了,参考 Mybatis Generator: How to generate all tables for a specified schema 1. 表的配置:<table tableName="%"/> 2. 在<jdbcConnection>标签下添加<property name="nullCatalogMeansCurrent" value="true"/>
<table tableName="%"/>
<jdbcConnection>
<property name="nullCatalogMeansCurrent" value="true"/>
报告相同问题?