Sample microservice containing:
- resource server using Spring Data REST
- auth server using Spring Authentication Server
- discovery using Spring Cloud Eureka
- gateway using Spring Cloud Gateway
- copy .env.template to
.env
and change variables if needed - run
./gradlew jibDockerBuild
to build docker images - run
/usr/bin/docker compose -f bookstore.yml -p microbookstore up -d