<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-starter-mybatis</artifactId>
<version>0.14.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-starter-mybatis', version='0.14.0.RELEASE')
)
<parent> <groupId>io.choerodon</groupId> <artifactId>choerodon-starter-parent</artifactId> <version>0.14.0.RELEASE</version> </parent>
compile
|-- org.springframework.data:spring-data-commons
|-- tk.mybatis:mapper-spring-boot-starter:2.1.5
|-- com.github.pagehelper:pagehelper-spring-boot-starter:1.2.10
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final
|-- io.choerodon:choerodon-starter-core
test