<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>mapper</artifactId>
<version>3.4.1-beta2</version>
</dependency>
compile
|-- javax.persistence:persistence-api:1.0
|-- org.springframework:spring-context:4.3.8.RELEASE
|-- org.springframework:spring-tx:4.3.8.RELEASE
|-- org.mybatis:mybatis-spring:1.3.1
|-- org.mybatis.generator:mybatis-generator-core:1.3.5
test
|-- junit:junit:4.12