This repo contains all back server used for realize this TP
To get a local copy up and running follow these simple steps.
No special prerequisite. Except having IntelliJ IDEA (or Community)
- Clone the repo
git clone https://github.com/AlexisDevMaster/SpringTP5Back.git
- Each service was on a specific branch. Checkout on the branch you want to check.
git checkout <branch-name>
To get all this work you have to start each service in a specific order.
- Start the ConfigService
- Start the DiscoveryService
- Start the ProxyService
- Start the ProductService
Alexis CESARO - alexis.cesaro.ac@gmail.com