| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdshow.lmm |
| ArtifactId | ArtifactIdpagination-spring-boot-starter |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Description基于spring boot+mybatis的分页插件
基于spring boot+mybatis的分页插件
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/show.lmm/pagination-spring-boot-starter/ -->
<dependency>
<groupId>show.lmm</groupId>
<artifactId>pagination-spring-boot-starter</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/show.lmm/pagination-spring-boot-starter/
implementation 'show.lmm:pagination-spring-boot-starter:1.0'
// https://jarcasting.com/artifacts/show.lmm/pagination-spring-boot-starter/
implementation ("show.lmm:pagination-spring-boot-starter:1.0")
'show.lmm:pagination-spring-boot-starter:pom:1.0'
<dependency org="show.lmm" name="pagination-spring-boot-starter" rev="1.0">
<artifact name="pagination-spring-boot-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='show.lmm', module='pagination-spring-boot-starter', version='1.0')
)
libraryDependencies += "show.lmm" % "pagination-spring-boot-starter" % "1.0"
[show.lmm/pagination-spring-boot-starter "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.2.2 |
| com.alibaba : druid | jar | 1.2.8 |