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

https://github.com/atereshkov/spring-cloud-eureka

Spring Cloud Netflix Eureka (OSS Spring Boot integration).
https://github.com/atereshkov/spring-cloud-eureka

spring-boot spring-cloud spring-cloud-eureka spring-cloud-netflix

Last synced: 2 months ago
JSON representation

Spring Cloud Netflix Eureka (OSS Spring Boot integration).

Awesome Lists containing this project

README

          

# spring-cloud-eureka
Spring Cloud Netflix Eureka (OSS Spring Boot integration) application based on
"[Introduction to Spring Cloud Netflix – Eureka](http://www.baeldung.com/spring-cloud-netflix-eureka)" article.

* service registry (Eureka Server)
* REST service which registers itself at the registry (Eureka Client)
* web-application, which is consuming the REST service as a registry-aware client (Feign Client)