https://github.com/gal16v8d/config-server
https://github.com/gal16v8d/config-server
config-service java maven spring-boot-3
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gal16v8d/config-server
- Owner: gal16v8d
- Created: 2023-04-28T01:33:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T02:50:54.000Z (8 months ago)
- Last Synced: 2025-02-16T08:43:02.877Z (3 months ago)
- Topics: config-service, java, maven, spring-boot-3
- Language: Java
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
### Guides
The following guides illustrate how to use some features concretely:* [Centralized Configuration](https://spring.io/guides/gs/centralized-configuration/)
### Pre-requisites
* Maven 3
* Java 21### Docker Image
- In the project dir, build using the command:
```bash
docker build -t gsdd-config-server .
```- Run the docker image as:
```bash
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