Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```