File | Operation |
---|---|
spring-data-mybatis-1.0.0.pom | download |
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>spring-data-mybatis</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='spring-data-mybatis', version='1.0.0')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.1.RELEASE</version> </parent>
compile
|-- org.mybatis.spring.boot:mybatis-spring-boot-starter:2.1.3
|-- tk.mybatis:mapper-spring-boot-starter:2.1.5
|-- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:1.0.1.Final
test