Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 591 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 591 Bytes

Sqlite3-springboot-normal-crud project

Functions: 1.create 2.retrieve 3.update 4.delete. In addition: paging, sorting, filtering
Database: sqlite3
Backend: springboot, jpa+hibernate
Frontend: bootstrap+jquery+jqgrid

Description: This a maven project. Lombok tools are exploited to simplify the coding. So after importing it, the lombok plugin is required in the IDE. Tables should be created manually because the hibernate of version 5.3 does not support sqlite3 natively.

Just run the Application.java, and enjoy the convenience of Spring Boot!