peacetrue-result

null

License

License

GroupId

GroupId

com.github.peacetrue
ArtifactId

ArtifactId

peacetrue-result
Last Version

Last Version

1.1-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

peacetrue-result
null
Project URL

Project URL

https://github.com/peacetrue/peacetrue
Source Code Management

Source Code Management

https://github.com/peacetrue/peacetrue

Download peacetrue-result

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.github.peacetrue : peacetrue-spring jar 1.1-RELEASE
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-validation jar
org.springframework.boot : spring-boot-configuration-processor Optional jar

test (4)

Group / Artifact Type Version
junit : junit jar
org.projectlombok : lombok jar 1.16.20
org.springframework.boot : spring-boot-starter-test jar
org.springframework.boot : spring-boot-starter-thymeleaf jar

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.1-RELEASE