https://github.com/putra4648/sample-employee
Sample Springboot app with JPA, Thymeleaf and Apache POI
https://github.com/putra4648/sample-employee
java jpa jpa-hibernate spring-boot thymeleaf
Last synced: 12 months ago
JSON representation
Sample Springboot app with JPA, Thymeleaf and Apache POI
- Host: GitHub
- URL: https://github.com/putra4648/sample-employee
- Owner: putra4648
- Created: 2023-08-12T13:23:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-23T09:10:05.000Z (12 months ago)
- Last Synced: 2025-07-23T09:24:47.463Z (12 months ago)
- Topics: java, jpa, jpa-hibernate, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 178 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Springboot sample project use Spring Data JPA as ORM
Sample database
Database Table Relationship resource :
## Feature
- [x] One-To-Many Relationship
- [ ] One-To-One Relationship
- [ ] Many-To-Many Relationship
## TODO
- [x] Bootstrap 5
- [x] jQuery
- [x] Font Awesome
- [x] Momentjs
- [x] Datepicker
- [x] Filter by search in Employee form
- [x] Sort filter ASC/DESC Employee form
- [x] Add detail for employee
- [x] Export data to excel
- With limitation that data only contain 1K (as for now) from 300K data
- [x] Add list department
- [x] Add salary
- [ ] Caching