A Spring Cloud Microservices Application
A Spring Config Server thata uses the directory config-repo as configuration spurce files
An Eureka Server as Service Registry
A Zuul Server as Api Gateway
A set of microservices where calculator app invokes the numbergenerator and opgenerator apps to obtain an expression to solve in the form [number][operator][number] (eg. 3+6, 7/5, 8*34, etc.).
In the project are defined several profile keyword:
- eureka: to use eureka service registry;
- ribbon: to use ribbon as client sode load balancer;
- [empty]: in case o no profile keyword provided the URL to the services are taken from the config file.
For a description of the project in italian pleas refer to theese articles:
http://www.javaboss.it/microservizi/
http://www.javaboss.it/spring-cloud-config/
http://www.javaboss.it/spring-security-debugging/
