Run this project as a Spring Boot app (e.g. import into IDE and run main method, or use "mvn spring-boot:run or gradle bootRun or ./gradlew bootRun"). It will start up on port 8761 and serve the Eureka API from "/eureka".
| Path | Description |
|---|---|
| / | Home page (HTML UI) listing service registrations |
| /eureka/apps | Raw registration metadata |
There is a Maven goal (using a plugin) to
generate the Docker container. The container is published in dockerhub at springcloud/eureka.
"# Netflix_Eureka_Server"
cf push eurekaregistry2 -p target/eureka-0.0.1-SNAPSHOT.jar
Note the following app name in application.yml: http://eurekaregistry2.mybluemix.net/eureka/
Please change to your app name or use from an environment variable