Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 861 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 861 Bytes

spring-data-page-filter

Infrastructure for producing Java language projects using spring boot data jpa repository technologies that enable pagination, sorting and filtering on the server side. The jquery datatable is used for convenience on the ui side. NOTE: '''THIS PROJECT WE USE GENERIC SOLUTION FOR SPECFICATION CRITERTRIA AND PAGABLE CLASS IN SPRING BOOT 2.4.3'''

Technologies

The following technologies are used:

  • Hibernate Jpamodelgen
  • H2 Database 1.4.199
  • JQuery 3.3.1
  • Maven 4.0.0
  • Spring Boot 2.4.3

Usage

mvn clean spring-boot:run

Reference Documentation

For further reference, please consider the following sections: