License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.github.dreamroute |
ArtifactId | ArtifactIdmybatis-spring-boot-starter |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-data-mybatis
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
mybatis-spring-boot-starter-2.0.0.pom | |
mybatis-spring-boot-starter-2.0.0.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dreamroute/mybatis-spring-boot-starter/ -->
<dependency>
<groupId>com.github.dreamroute</groupId>
<artifactId>mybatis-spring-boot-starter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dreamroute/mybatis-spring-boot-starter/
implementation 'com.github.dreamroute:mybatis-spring-boot-starter:2.0.0'
// https://jarcasting.com/artifacts/com.github.dreamroute/mybatis-spring-boot-starter/
implementation ("com.github.dreamroute:mybatis-spring-boot-starter:2.0.0")
'com.github.dreamroute:mybatis-spring-boot-starter:jar:2.0.0'
<dependency org="com.github.dreamroute" name="mybatis-spring-boot-starter" rev="2.0.0">
<artifact name="mybatis-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dreamroute', module='mybatis-spring-boot-starter', version='2.0.0')
)
libraryDependencies += "com.github.dreamroute" % "mybatis-spring-boot-starter" % "2.0.0"
[com.github.dreamroute/mybatis-spring-boot-starter "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dreamroute : spring-data-mybatis-sdk | jar | 2.0.0 |
com.github.dreamroute : spring-data-mybatis-auto-configuration | jar | 2.0.0 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.3 |
tk.mybatis : mapper-spring-boot-starter | jar | 2.1.5 |
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |