Minimal Spring Boot search api .
For building and running the application you need:
mvn clean install
Released under the Apache License 2.0. See the LICENSE file.
The search api helps easily add search feature in Spring Boot Data JPA projects, it construct advanced JPA queries based on an expression containing chained search criteria list, it is useful for forms like search when criterias, conbination is exclusif,
Java
Minimal Spring Boot search api .
For building and running the application you need:
mvn clean install
Released under the Apache License 2.0. See the LICENSE file.