License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.touscm |
ArtifactId | ArtifactIdspring-mybatis-starter |
Last Version | Last Version1.2.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-mybatis-starter
Spring boot starter for mybatis
|
Filename | Size |
---|---|
spring-mybatis-starter-1.2.9.pom | |
spring-mybatis-starter-1.2.9.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.touscm/spring-mybatis-starter/ -->
<dependency>
<groupId>com.touscm</groupId>
<artifactId>spring-mybatis-starter</artifactId>
<version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.touscm/spring-mybatis-starter/
implementation 'com.touscm:spring-mybatis-starter:1.2.9'
// https://jarcasting.com/artifacts/com.touscm/spring-mybatis-starter/
implementation ("com.touscm:spring-mybatis-starter:1.2.9")
'com.touscm:spring-mybatis-starter:jar:1.2.9'
<dependency org="com.touscm" name="spring-mybatis-starter" rev="1.2.9">
<artifact name="spring-mybatis-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.touscm', module='spring-mybatis-starter', version='1.2.9')
)
libraryDependencies += "com.touscm" % "spring-mybatis-starter" % "1.2.9"
[com.touscm/spring-mybatis-starter "1.2.9"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
com.touscm : quicker-data-mybatis | jar | 1.2.9 |
com.touscm : spring-mybatis-autoconfigure | jar | 1.2.9 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |