-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Overview

There are 2 components: eureka server and eureka client
eureka server
a server where microservices can register themselves so others can discover them
eureka client
a microservice that is ready to work so it registers itself to the eureka server
application service
service provider
application client
service consumer
Quick Start
- cd eureka
- mvn clean package
- for windows: run.bat
- visit eureka server and eureka client for check
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation