License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcool.mtc |
ArtifactId | ArtifactIdmtc-starter-mybatis-plus |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description基于Spring Boot的二次封装,封装了一些通用的功能、工具
|
<!-- https://jarcasting.com/artifacts/cool.mtc/mtc-starter-mybatis-plus/ -->
<dependency>
<groupId>cool.mtc</groupId>
<artifactId>mtc-starter-mybatis-plus</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cool.mtc/mtc-starter-mybatis-plus/
implementation 'cool.mtc:mtc-starter-mybatis-plus:1.0.0'
// https://jarcasting.com/artifacts/cool.mtc/mtc-starter-mybatis-plus/
implementation ("cool.mtc:mtc-starter-mybatis-plus:1.0.0")
'cool.mtc:mtc-starter-mybatis-plus:jar:1.0.0'
<dependency org="cool.mtc" name="mtc-starter-mybatis-plus" rev="1.0.0">
<artifact name="mtc-starter-mybatis-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cool.mtc', module='mtc-starter-mybatis-plus', version='1.0.0')
)
libraryDependencies += "cool.mtc" % "mtc-starter-mybatis-plus" % "1.0.0"
[cool.mtc/mtc-starter-mybatis-plus "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor | jar | |
com.baomidou : mybatis-plus-boot-starter | jar | 3.5.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |