License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.github.pagehelper |
ArtifactId | ArtifactIdpagehelper-spring-boot-autoconfigure |
Last Version | Last Version1.4.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpagehelper-spring-boot-autoconfigure
Spring Boot Support for PageHelper
|
<!-- https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-autoconfigure</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-autoconfigure/
implementation 'com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.4.3'
// https://jarcasting.com/artifacts/com.github.pagehelper/pagehelper-spring-boot-autoconfigure/
implementation ("com.github.pagehelper:pagehelper-spring-boot-autoconfigure:1.4.3")
'com.github.pagehelper:pagehelper-spring-boot-autoconfigure:jar:1.4.3'
<dependency org="com.github.pagehelper" name="pagehelper-spring-boot-autoconfigure" rev="1.4.3">
<artifact name="pagehelper-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pagehelper', module='pagehelper-spring-boot-autoconfigure', version='1.4.3')
)
libraryDependencies += "com.github.pagehelper" % "pagehelper-spring-boot-autoconfigure" % "1.4.3"
[com.github.pagehelper/pagehelper-spring-boot-autoconfigure "1.4.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.mybatis : mybatis Optional | jar | 3.5.10 |
com.github.pagehelper : pagehelper Optional | jar | 5.3.1 |
org.mybatis.spring.boot : mybatis-spring-boot-autoconfigure Optional | jar | 2.2.2 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |