License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdcom.gitee.zhongyuns |
ArtifactId | ArtifactIdmybatis-zys-spring-boot-starter |
Version | Version0.2.2 |
Type | Typejar |
Description |
Descriptioncom.gitee.zhongyuns:mybatis-zys-spring-boot-starter
封装了mybatis的crud
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/ -->
<dependency>
<groupId>com.gitee.zhongyuns</groupId>
<artifactId>mybatis-zys-spring-boot-starter</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/
implementation 'com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:0.2.2'
// https://jarcasting.com/artifacts/com.gitee.zhongyuns/mybatis-zys-spring-boot-starter/
implementation ("com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:0.2.2")
'com.gitee.zhongyuns:mybatis-zys-spring-boot-starter:jar:0.2.2'
<dependency org="com.gitee.zhongyuns" name="mybatis-zys-spring-boot-starter" rev="0.2.2">
<artifact name="mybatis-zys-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.zhongyuns', module='mybatis-zys-spring-boot-starter', version='0.2.2')
)
libraryDependencies += "com.gitee.zhongyuns" % "mybatis-zys-spring-boot-starter" % "0.2.2"
[com.gitee.zhongyuns/mybatis-zys-spring-boot-starter "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | 2.4.1 |
org.springframework.boot : spring-boot-starter-validation Optional | jar | 2.4.1 |
org.projectlombok : lombok Optional | jar | 1.18.16 |
org.springframework.boot : spring-boot-starter-web | jar | 2.4.1 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.4.1 |
org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.4.1 |