Cannot instantiate object of type org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin

时间:2021-04-09 09:28:10   收藏:0   阅读:110

自动化部署MyBatis MBG Generator时报错

Cannot instantiate object of type org.mybatis.generator.plugins.UnmergeableXmlMappersPlugin

问题原因是出自mybatis-generator-core插件版本过低,需要使用1.3.6及以上版本。

        <dependency>
            <groupId>org.mybatis.generator</groupId>
            <artifactId>mybatis-generator-core</artifactId>
            <version>1.3.7</version>
        </dependency>

 

原文:https://www.cnblogs.com/carl-66/p/14635579.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!