View on GitHub

Spring Boot Microservice

A look at the microservice architecture

Home Getting Started Documentation
Return to Microservices

User

A microservice that utilizes OpenFeign for its inter-service communication.

Files

pom.xml

Sub Modules:

User-API

Contains interfaces that describe how the service should behave.

User-Client

Contains interfaces that will be used by consumers/clients to interact with the provider.

User-Provider

The actual service implementation that contains the business logic and data access layer.