License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.zerostech |
ArtifactId | ArtifactIdspring-boot-starter-mybatis |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSpring-Boot-Starter-Mybatis
Spring Boot with Mybatis and Page support.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.zerostech/spring-boot-starter-mybatis/ -->
<dependency>
<groupId>com.zerostech</groupId>
<artifactId>spring-boot-starter-mybatis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zerostech/spring-boot-starter-mybatis/
implementation 'com.zerostech:spring-boot-starter-mybatis:1.0.0'
// https://jarcasting.com/artifacts/com.zerostech/spring-boot-starter-mybatis/
implementation ("com.zerostech:spring-boot-starter-mybatis:1.0.0")
'com.zerostech:spring-boot-starter-mybatis:jar:1.0.0'
<dependency org="com.zerostech" name="spring-boot-starter-mybatis" rev="1.0.0">
<artifact name="spring-boot-starter-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zerostech', module='spring-boot-starter-mybatis', version='1.0.0')
)
libraryDependencies += "com.zerostech" % "spring-boot-starter-mybatis" % "1.0.0"
[com.zerostech/spring-boot-starter-mybatis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ecfront.dew : cluster-common | jar | 1.2.2-RC |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.1 |