spring-data-commons-page

从spring-data-commons中提取page相关的接口类,用于在接口项目中做分页引用,对应spring-framework 4.x、spring-data-commons 1.x

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.peacetrue
ArtifactId

ArtifactId

spring-data-commons-page
Last Version

Last Version

1.0-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

spring-data-commons-page
从spring-data-commons中提取page相关的接口类,用于在接口项目中做分页引用,对应spring-framework 4.x、spring-data-commons 1.x
Project URL

Project URL

https://github.com/peacetrue/spring-data-commons-page
Source Code Management

Source Code Management

https://github.com/peacetrue/peacetrue

Download spring-data-commons-page

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.peacetrue/spring-data-commons-page/ -->
<dependency>
    <groupId>com.github.peacetrue</groupId>
    <artifactId>spring-data-commons-page</artifactId>
    <version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peacetrue/spring-data-commons-page/
implementation 'com.github.peacetrue:spring-data-commons-page:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.peacetrue/spring-data-commons-page/
implementation ("com.github.peacetrue:spring-data-commons-page:1.0-RELEASE")
'com.github.peacetrue:spring-data-commons-page:jar:1.0-RELEASE'
<dependency org="com.github.peacetrue" name="spring-data-commons-page" rev="1.0-RELEASE">
  <artifact name="spring-data-commons-page" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peacetrue', module='spring-data-commons-page', version='1.0-RELEASE')
)
libraryDependencies += "com.github.peacetrue" % "spring-data-commons-page" % "1.0-RELEASE"
[com.github.peacetrue/spring-data-commons-page "1.0-RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Peacetrue

Provides various components for java web development.

1. Requirement

  1. JDK 1.8 or later

2. Main Components

associate component

used to set associated extend property value.

result component

Used to encapsulate response results, allowing developers to focus on business processes.

3. Components in the Attic

log component

used to record history information in database for common add, modify, delete operation.

tree component

used to support tree structure, there are so many tree structure data, e.g. organization, dictionary, region address etc.

query component

used to support custom conditional queries.

import component

used to support import data from excel or other source.

form component

used to support custom form, dynamic property.

Unit into system design

Unit into system design

4. Contact

  1. you can send email to [email protected]

  2. focus WeChat

qrcode

5. License

The Peacetrue is released under version 2.0 of the Apache License.

Versions

Version
1.0-RELEASE