Skip to content
ilaghrissi edited this page Sep 26, 2019 · 1 revision

Introduction

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

Project Structure

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
Clone this wiki locally