Skip to content

gal16v8d/config-server

Repository files navigation

Getting Started

Guides

The following guides illustrate how to use some features concretely:

Pre-requisites

  • Maven 3
  • Java 21

Docker Image

  • In the project dir, build using the command:
docker build -t gsdd-config-server .
  • Run the docker image as:
docker run -d -p 8888:8888 gsdd-config-server

### Running

1. Run [eureka-server](https://github.com/gal16v8d/eureka-server) project
2. Run this project
3. Finally you can check it is working by check any url like:

http://localhost:8888/dw2-svc/default

http://localhost:8888/fx-course-app/default

Releases

No releases published

Packages

No packages published