Skip to content

Java Microservices implementation using Spring Boot framework and Model-View-Controller (MVC) architecture.

Notifications You must be signed in to change notification settings

santoshpavan/microservices-spring-books-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Books Microservice

CircleCI

The client implementation for the same can be found here.

The libraries and technologies used here are-

  • Spring Boot Framework.
  • Maven.
  • Used RestTemplate for the RestFul requests.
  • Lombok annotations to simplify the code.
  • JPA repositories for the data management.
  • Builder Pattern for the microservice implementation.
  • Added Bean Validations and wsed a global exception handler for controllers using ControllerAdvice.
  • Used MapStruct for mapping the persistence layer (Book) with the DTO (BookDTO).
  • Used Jackson library to create JSON objects.

About

Java Microservices implementation using Spring Boot framework and Model-View-Controller (MVC) architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages