License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices MyBatis Data ORM |
GroupId | GroupIdorg.cat73 |
ArtifactId | ArtifactIdmybatis-pager-spring-boot-starter |
Last Version | Last Version1.0.4-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-pager-spring-boot-starter
为 SpringBoot(基于 Servlet 的 Web 项目) + Mybatis 提供简单易用的分页查询支持
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.cat73/mybatis-pager-spring-boot-starter/ -->
<dependency>
<groupId>org.cat73</groupId>
<artifactId>mybatis-pager-spring-boot-starter</artifactId>
<version>1.0.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.cat73/mybatis-pager-spring-boot-starter/
implementation 'org.cat73:mybatis-pager-spring-boot-starter:1.0.4-RELEASE'
// https://jarcasting.com/artifacts/org.cat73/mybatis-pager-spring-boot-starter/
implementation ("org.cat73:mybatis-pager-spring-boot-starter:1.0.4-RELEASE")
'org.cat73:mybatis-pager-spring-boot-starter:jar:1.0.4-RELEASE'
<dependency org="org.cat73" name="mybatis-pager-spring-boot-starter" rev="1.0.4-RELEASE">
<artifact name="mybatis-pager-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cat73', module='mybatis-pager-spring-boot-starter', version='1.0.4-RELEASE')
)
libraryDependencies += "org.cat73" % "mybatis-pager-spring-boot-starter" % "1.0.4-RELEASE"
[org.cat73/mybatis-pager-spring-boot-starter "1.0.4-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop | jar | |
org.springframework.boot : spring-boot-starter-jdbc | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.3.0 |
org.apache.poi : poi | jar | 4.1.2 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |