Building the app
docker run -v $(pwd)/QueryService:/app -w /app -v ~/.m2:/root/.m2 -it maven:3.6.3-jdk-8 mvn clean compile package -DskipTests
Running the composed the application
docker-compose up --build
This will start a mysql database and the product service.
The POC application demonstrates two entities related to each other: Product and component