The following guides illustrate how to use some features concretely:
- Maven 3
- Java 21
- 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