mybatis 3.2.3 maven dependency pom.xml 配置

    <dependency>
      <groupId>org.mybatis</groupId>
      <artifactId>mybatis</artifactId>
      <version>3.2.3</version>
    </dependency>

原文地址:https://www.cnblogs.com/lihaozy/p/3396008.html