Documentation
A service that provides apps / services with their necessary configuration files.
A service that handles load balancing and keeps track of running instances of microservices.
A service in charge of routing clients to different microservices.
This project is built primarily around Spring Cloud. It houses all microservice modules that will be registered to the discovery service.
Provides a parent pom for every project in the repository. Its purpose is to maintain consistency with dependencies, properties and configuration.
This project contains utility modules meant to simplify common problems that present themselves in spring web/rest applications.
A lightweight web application used to showcase the simplicity of using Spring Boot/Cloud, OpenFeign, and microservices from a client's perspective.