Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin
https://www.jianshu.com/p/1a77ee344222
ps:如果是linux或是dcoker里面,my.ini文件就变成了my.cnf文件。docker的路径为 /etc/mysql/mycnf
Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate (default-cli) on project mybatis01: <properties> resource generator.properties does not exist
如果执行generator出现此错误,可以尝试注释pom文件中的配置文件,因为会影响resource文件的导入/读取。
|