Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions webservice-registry/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Overview

This application provides the **Eureka Server** that provides service discivery and enables all Eureka clients to discover each other.
This application provides the **Eureka Server** that provides service discovery and enables all Eureka clients to discover each other.

When a client registers with Eureka, it provides meta-data about itself such as host and port, health indicator URL, home page etc. Eureka receives heartbeat messages from each instance belonging to a service. If the heartbeat fails over a configurable timetable, the instance is normally removed from the registry.

Expand All @@ -14,4 +14,4 @@ When a client registers with Eureka, it provides meta-data about itself such as
* If you want to run the application as jar file, then run `java -jar build/libs/sample-webservice-registry-0.0.1.jar` command at the terminal.

## External Configuration
Please refer to [user webservice](/../../blob/master/user-webservice/README.md) for details on how the external configuration works. Note that there is separate configuration file for each Spring application; the application should refer to it's own .yml file for configuration.
Please refer to [user webservice](/../../blob/master/user-webservice/README.md) for details on how the external configuration works. Note that there is separate configuration file for each Spring application; the application should refer to it's own .yml file for configuration.