This is Backend Development repository for Simple Exchange Service project.
This repository demonstrates Microservice Architecture Pattern using Spring Boot, Spring Cloud, Docker and some other awesome techniques.
By running the following command, Maven will execute the Spotify docker plugin defined in the pom.xml file.
$ mvn clean package docker:build
Now we are going to use docker-compose to start the actual image. To start the docker image, running the following docker-compose command:
$ docker-compose -f docker/common/docker-compose.yml up
If everything starts correctly you should see a bunch of Spring Boot information fly by on standard out.
Now you can enjoy the API by import Postman script located at postman/first-spring-boot.json