https://github.com/dingfeng/sqlite3-springboot-normal-crud
https://github.com/dingfeng/sqlite3-springboot-normal-crud
crud-application hibernate-jpa hibernate5 java jpa jqgrid springboot sqlite3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dingfeng/sqlite3-springboot-normal-crud
- Owner: dingfeng
- Created: 2018-08-07T06:25:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T06:45:12.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T15:48:05.844Z (2 months ago)
- Topics: crud-application, hibernate-jpa, hibernate5, java, jpa, jqgrid, springboot, sqlite3
- Language: JavaScript
- Size: 2.53 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!