IDEA下mybatis-generator-maven-plugin自动生成报错

报错提示:

[ERROR] Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate (default-cli) on project bookshopping: Execution default-cli of goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate failed: An API incompatibility was encountered while executing org.mybatis.generator:mybatis-generator-maven-plugin:1.3.7:generate: java.lang.NoSuchMethodError: org.mybatis.generator.internal.util.ClassloaderUtility.getCustomClassloader(Ljava/util/Collection;)Ljava/lang/ClassLoader;

情景:

在pom.xml编写好对应的信息后,打开view->tool windows->Maven Projects管理器后,在对应的plugin双击mybaties-generator,报错,无法自动生成,对应pom.xml的配置截图如下:

IDEA下mybatis-generator-maven-plugin自动生成报错_第1张图片

解决:

按错误提示,似乎是版本不对,于是对照了其他工程的pom.xml配置,加入了mybatis-generator-maven-plugin的标签后成功运行

IDEA下mybatis-generator-maven-plugin自动生成报错_第2张图片

你可能感兴趣的:(异常处理)