An open API service indexing awesome lists of open source software.

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

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