Spring Data Mybatis

Spring Data module for Mybatis repositories

License

License

Categories

Categories

Data MyBatis ORM
GroupId

GroupId

com.github.hushengte
ArtifactId

ArtifactId

spring-data-mybatis
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Data Mybatis
Spring Data module for Mybatis repositories
Project URL

Project URL

https://github.com/hushengte/spring-data-mybatis
Source Code Management

Source Code Management

http://github.com/hushengte/spring-data-mybatis/tree/master

Download spring-data-mybatis

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hushengte/spring-data-mybatis/ -->
<dependency>
    <groupId>com.github.hushengte</groupId>
    <artifactId>spring-data-mybatis</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hushengte/spring-data-mybatis/
implementation 'com.github.hushengte:spring-data-mybatis:1.0.0'
// https://jarcasting.com/artifacts/com.github.hushengte/spring-data-mybatis/
implementation ("com.github.hushengte:spring-data-mybatis:1.0.0")
'com.github.hushengte:spring-data-mybatis:jar:1.0.0'
<dependency org="com.github.hushengte" name="spring-data-mybatis" rev="1.0.0">
  <artifact name="spring-data-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hushengte', module='spring-data-mybatis', version='1.0.0')
)
libraryDependencies += "com.github.hushengte" % "spring-data-mybatis" % "1.0.0"
[com.github.hushengte/spring-data-mybatis "1.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.data : spring-data-relational jar 2.3.1
org.mybatis : mybatis jar 3.5.9
org.mybatis : mybatis-spring jar 2.0.7
org.slf4j : slf4j-api jar 1.7.30

test (9)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.10
org.springframework : spring-test jar 5.3.15
org.springframework : spring-jdbc jar 5.3.15
com.h2database : h2 jar 2.1.210
junit : junit jar 4.13.1
org.assertj : assertj-core jar 3.16.1
org.mockito : mockito-core jar 3.3.3
org.hamcrest : hamcrest-core jar 2.2
org.hamcrest : hamcrest-library jar 2.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0