Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nhatthaiquang-agilityio/spring-eureka

Sping Boot Eureka Example
https://github.com/nhatthaiquang-agilityio/spring-eureka

spring-boot spring-eureka spring-eureka-client

Last synced: 11 days ago
JSON representation

Sping Boot Eureka Example

Awesome Lists containing this project

README

        

# Spring Eureka Example
Eureka server
Eureka client(Student Service)

# Usage

Eureka Server
```
cd eureka-server
mvn spring-boot:run
```

Euraka Client(Student Service)
```
cd eureka-client
mvn spring-boot:run
```

### Output
Eureka server: http://localhost:8761/

Applications: http://localhost:8080/applications

### Reference
[Service Discovery: Eureka Server Example](https://memorynotfound.com/spring-cloud-eureka-service-discovery-client-server-example/)