Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.wuxudu |
ArtifactId | ArtifactIdmybatis-crudmapper-spring-boot-autoconfigure |
Last Version | Last Version1.7 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-crudmapper-spring-boot-autoconfigure
|
<!-- https://jarcasting.com/artifacts/com.wuxudu/mybatis-crudmapper-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.wuxudu</groupId>
<artifactId>mybatis-crudmapper-spring-boot-autoconfigure</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.wuxudu/mybatis-crudmapper-spring-boot-autoconfigure/
implementation 'com.wuxudu:mybatis-crudmapper-spring-boot-autoconfigure:1.7'
// https://jarcasting.com/artifacts/com.wuxudu/mybatis-crudmapper-spring-boot-autoconfigure/
implementation ("com.wuxudu:mybatis-crudmapper-spring-boot-autoconfigure:1.7")
'com.wuxudu:mybatis-crudmapper-spring-boot-autoconfigure:jar:1.7'
<dependency org="com.wuxudu" name="mybatis-crudmapper-spring-boot-autoconfigure" rev="1.7">
<artifact name="mybatis-crudmapper-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wuxudu', module='mybatis-crudmapper-spring-boot-autoconfigure', version='1.7')
)
libraryDependencies += "com.wuxudu" % "mybatis-crudmapper-spring-boot-autoconfigure" % "1.7"
[com.wuxudu/mybatis-crudmapper-spring-boot-autoconfigure "1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.2.5.RELEASE |
com.wuxudu : mybatis-crudmapper-commons | jar | ${mybatis-crudmapper.version} |
org.mybatis : mybatis | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |