<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>3.2.0</version>
</dependency>
compile
|-- javax.persistence:persistence-api:1.0
|-- org.mybatis:mybatis-spring:1.2.1
|-- org.springframework:spring-context:3.2.12.RELEASE
|-- org.springframework:spring-tx:3.2.12.RELEASE
|-- org.mybatis.generator:mybatis-generator-core:1.3.2
test
|-- junit:junit:4.11