You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microservice architectural style is an approach to developing a single application as a suite of small services.
In this example the technology stack used is provided by Spring Cloud, in particular:
Spring Cloud Release Trains - Greenwich.RELEASE
Spring Cloud Config - Centralized external configuration management
Spring Cloud Security - Provides support for load-balanced OAuth2 rest client
Spring Cloud Netflix - Service Discovery, Circuit Breaker and Client Side Load Balancer with Ribbon
Spring Cloud Gateway - Provide a simple way to route to APIs
Spring Cloud OpenFeign - Provides integrations for Spring Boot apps through autoconfiguration
Prerequisites
JDK 8 - Install JDK 1.8 version
Maven - Download latest version
Docker Toolbox - Install Docker Toolbox on your machine
Running Instructions
$ mvn clean install
$ docker-compose up --build -d