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

自动化部署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>

 

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

上一篇:OGG 实用案例(三)-linux oracle 同步 windwos oracle


下一篇:iOS底层原理(十)架构设计