Springify Core

Core module of the Springify library.

Лицензия

Лицензия

Группа

Группа

com.borjaglez
Идентификатор

Идентификатор

springify-core
Последняя версия

Последняя версия

0.3.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Springify Core
Core module of the Springify library.
Ссылка на сайт

Ссылка на сайт

https://github.com/borja-glez/springify/tree/master/springify-core
Система контроля версий

Система контроля версий

https://github.com/borja-glez/springify/tree/master/springify-core

Скачать springify-core

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-data-jpa jar 2.1.8.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.1.8.RELEASE
org.springframework.boot : spring-boot-starter jar 2.1.8.RELEASE

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 2.1.8.RELEASE

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1