Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gal16v8d/eureka-server
https://github.com/gal16v8d/eureka-server
eureka-server java maven spring-boot-3
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/gal16v8d/eureka-server
- Owner: gal16v8d
- Created: 2023-04-28T01:13:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T03:14:48.000Z (8 months ago)
- Last Synced: 2024-04-29T22:46:50.386Z (6 months ago)
- Topics: eureka-server, java, maven, spring-boot-3
- Language: Java
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eureka-server
# Getting Started
### Guides
The following guides illustrate how to use some features concretely:* [Service Registration and Discovery](https://spring.io/guides/gs/service-registration-and-discovery/)
### Pre-requisites
* Maven 3
* Java 21### Docker Image
- In the project dir, build using the command:
```bash
docker build -t gsdd-eureka-server .
```- Run the docker image as:
```bash
docker run -d -p 8761:8761 gsdd-eureka-server
```