/SPRING_MICROSERVICE_CUSTOMER_SERVICE

ONE OF THE MICROSERVICES , THE CUSTOMER SERVICE

Primary LanguageJava

JAVA MICROSERVICES PROJECT IMPLEMENTATION

image


To have an understanding of this project just a minimum knowledge of java 8 and spring would

be good for you , otherwise it can sound confusing all that code i have written.


A - TECHNOLOGIES

  1. OpenFeign ( For synchronous Http Request Between Services)
  2. Spring Boot ( Framework used for each services )
  3. JPA
  4. H2 Database ( It is jus a demo ;) )
  5. MapStruct ( To bind Dto to Entities )
  6. Lombok ( Old friend now ;) )
  7. OpenApi UI

CUSTOMER SERVICE