License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdio.github.beyondlov1 |
ArtifactId | ArtifactIdmybatis-plus-batch-spring-boot-starter |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-plus-batch-spring-boot-starter
spring boot starter for batch sql support for mybatis plus
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.beyondlov1/mybatis-plus-batch-spring-boot-starter/ -->
<dependency>
<groupId>io.github.beyondlov1</groupId>
<artifactId>mybatis-plus-batch-spring-boot-starter</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.beyondlov1/mybatis-plus-batch-spring-boot-starter/
implementation 'io.github.beyondlov1:mybatis-plus-batch-spring-boot-starter:1.2'
// https://jarcasting.com/artifacts/io.github.beyondlov1/mybatis-plus-batch-spring-boot-starter/
implementation ("io.github.beyondlov1:mybatis-plus-batch-spring-boot-starter:1.2")
'io.github.beyondlov1:mybatis-plus-batch-spring-boot-starter:jar:1.2'
<dependency org="io.github.beyondlov1" name="mybatis-plus-batch-spring-boot-starter" rev="1.2">
<artifact name="mybatis-plus-batch-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.beyondlov1', module='mybatis-plus-batch-spring-boot-starter', version='1.2')
)
libraryDependencies += "io.github.beyondlov1" % "mybatis-plus-batch-spring-boot-starter" % "1.2"
[io.github.beyondlov1/mybatis-plus-batch-spring-boot-starter "1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
io.github.beyondlov1 : mybatis-plus-batch-support | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
com.baomidou : mybatis-plus-boot-starter | jar | 3.3.2 |