eureka-examples/README.md
The eureka example requires 3 participants:
An example service that registers itself with eureka. (Note: prefer the DI version of creation in ExampleEurekaGovernatedService).
The same as the ExampleEurekaService, where Governator/Guice is used to initialize everything. The gradle javaExec for this is <code>./gradlew :eureka-examples:runExampleGovernatedService</code> and the distribution generated script is <code>./bin/ExampleEurekaGovernatedService</code>
An example use case of the eureka client to find a particular application/vip (in this case the example service) via eureka for communication.