Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ax-vasquez/eureka-registry-server
A simple Netflix Eureka Registry server
https://github.com/ax-vasquez/eureka-registry-server
netflix-eureka spring spring-boot spring-cloud
Last synced: about 1 month ago
JSON representation
A simple Netflix Eureka Registry server
- Host: GitHub
- URL: https://github.com/ax-vasquez/eureka-registry-server
- Owner: ax-vasquez
- License: mit
- Created: 2018-01-04T19:24:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T19:37:48.000Z (almost 7 years ago)
- Last Synced: 2024-10-04T04:29:52.381Z (about 2 months ago)
- Topics: netflix-eureka, spring, spring-boot, spring-cloud
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eureka-registry-server
A simple Netflix Eureka Registry server using Spring## What This Is For
Have you been crying for the past three hours, hopelessly sifting through Stack Overflow posts on how to set up a Netflix Eureka registry
and discovery service using Spring? I've been there. Fortunately, I found a very simple setup that works quite well as a base service
registry using Eureka. I'll discuss how this works soon within the Wiki.