Skip to content

A collection of microservices offering banking functionality

License

Notifications You must be signed in to change notification settings

sharang1996/eazybank

Repository files navigation

EazyBank Microservices

A collection of microservices offering banking functionality

Build and Push

build docker images for each individual microservice and get them up with docker compose

  cd eazybank/account
  ./mvnw compile jib:dockerBuild  
  cd ../loan
  ./mvnw compile jib:dockerBuild  
  cd ../card
  ./mvnw compile jib:dockerBuild  
  cd ../configserver
  ./mvnw compile jib:dockerBuild  
  cd ../docker-compose/default
  docker compose up -d  

About

A collection of microservices offering banking functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published