支持Mybatis的版本 >= 3.1
使用方法 --> CallableTester.java 和 User.mbts.xml
插件配置 --> mybatis-config.xml
Downloading from the Maven central repository
<dependencies>
...
<dependency>
<groupId>com.github.miemiedev</groupId>
<artifactId>mybatis-callable</artifactId>
<version>1.0</version>
</dependency>
...
</dependencies>