/spring-restapi-hibernate-customer-order

It is a spring-rest project in which customer and order tables are connected by a one-to-many relationship, customer listing-deletion-add-update and some special queries are made.

Primary LanguageJava

Spring-restapi-hibernate-customer-order

It is a spring-rest project in which customer and order tables are connected by a one-to-many relationship, customer listing-deletion-add-update and some special queries are made.

Used technologies:

  • Spring Boot
  • Spring Data JPA
  • Lombok
  • Mysql Database
  • Hibernate

Requirements

For building and running the application you need:

  • JDK 1.8 or newer
  • Lombok
  • Maven

Port

  http://localhost:8080

Swagger

How to work endpoint

Referenced articles