-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ilaghrissi edited this page Sep 26, 2019
·
1 revision
CrudJerseyWebservice is an example of creating CRUD rest web service using jersey.
In this tutorial we use :
- Postgres Database
- Rest using jersey
- Spring Boot
- Spring data
In order to organize our example we use different packages
- Configuration package
- Data Transfer Object (DTO) package
- Repository
- rest : contains ressources
- service : for Business layer services