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).
- Host: GitHub
- URL: https://github.com/atereshkov/spring-cloud-eureka
- Owner: atereshkov
- Created: 2018-03-04T11:33:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T16:49:42.000Z (over 8 years ago)
- Last Synced: 2025-10-17T04:33:29.035Z (8 months ago)
- Topics: spring-boot, spring-cloud, spring-cloud-eureka, spring-cloud-netflix
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)