Skip to content

dingfeng/sqlite3-springboot-normal-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!