Run
mvn clean packagefrom repo root directory.
To run application local jar, run:
java -jar api/target/*.jarTo test the service you should go to
http://localhost:8090/v1/demo/info
To see the info list.
docker build . -t tt-main:X[Optional] Define your own X
docker run -p 8090:8090 tt-places:X