Skip to content

Experimenting with spring, docker compose and microservices

Notifications You must be signed in to change notification settings

freelandr/microservices

Repository files navigation

microservices

Experimenting with spring, docker compose and microservices

Build

$ ./customer/mvnw clean package -DskipTests

Run

$ docker-compose up -d
$ curl -i -X GET http://localhost:8080/api/v1/customers

Stop

$ docker-compose down

Rebuild

$ ./customer/mvnw clean package -DskipTests
$ docker rmi microservices-customer:latest

About

Experimenting with spring, docker compose and microservices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published