Getting Started

Pre-requisites

  • Maven 3
  • Java 21

Docker Image

  • In the project dir, build using the command:
docker build -t gsdd-gateway-svc .
  • Run the docker image as:
docker run -d -p 8762:8762 gsdd-gateway-svc

Notes

This service uses eureka-server for communicate to other services, so assuming that we have eureka-server running and also fx-course-app running, then you can see this service working: