Skip to content

VitaliiEv/bookstore

Repository files navigation

Bookstore microservice

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

How to run

  • 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

About

Bookstore microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages