Springify All

All Springify modules in only 1 dependency.

License

License

GroupId

GroupId

com.borjaglez
ArtifactId

ArtifactId

springify-all
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

pom
Description

Description

Springify All
All Springify modules in only 1 dependency.

Download springify-all

Filename Size
springify-all-0.2.2.pom 1 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.borjaglez/springify-all/ -->
<dependency>
    <groupId>com.borjaglez</groupId>
    <artifactId>springify-all</artifactId>
    <version>0.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.borjaglez/springify-all/
implementation 'com.borjaglez:springify-all:0.2.2'
// https://jarcasting.com/artifacts/com.borjaglez/springify-all/
implementation ("com.borjaglez:springify-all:0.2.2")
'com.borjaglez:springify-all:pom:0.2.2'
<dependency org="com.borjaglez" name="springify-all" rev="0.2.2">
  <artifact name="springify-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.borjaglez', module='springify-all', version='0.2.2')
)
libraryDependencies += "com.borjaglez" % "springify-all" % "0.2.2"
[com.borjaglez/springify-all "0.2.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.borjaglez : springify-core jar 0.2.2
com.borjaglez : springify-security jar 0.2.2
com.borjaglez : springify-repository jar 0.2.2
org.springframework.boot : spring-boot-starter jar 2.1.8.RELEASE

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.8.RELEASE

Project Modules

There are no modules declared in this project.

Springify is an open source Java Spring utility library

Build Status Maven Central License

Springify Repository is based on https://github.com/ZhongjunTian/spring-repository-plus with some fixes:

  • @ManyToMany and OneToMany relationships compatibility.
  • Added new filter options like pagination, ignoreCase and order by.
  • Added group by to SpecificationBuilder as well as other functions.
  • Fixes OneToOne and ManyToOne cross join on hibernate.
  • Added interfaces IFilter and IPageFilter to extend filter functionalities (like AnyPageFilter).
  • More coming :)

Use Springify as Maven dependency

Add this to your pom.xml file to use the latest version of Springify Repository:

<dependency>
	<groupId>com.borjaglez</groupId>
	<artifactId>springify-repository</artifactId>
	<version>0.3.3</version>
</dependency>

Or import the modules independently.

License

Springify is Open Source software released under the Apache 2.0 license.

Run in Postman

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1