# eureka **Repository Path**: cmsdev/eureka ## Basic Information - **Project Name**: eureka - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Eureka Server Sample 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". ## Resources | Path | Description | |------------------|--------------| | / | Home page (HTML UI) listing service registrations | | /eureka/apps | Raw registration metadata | ## Docker Container There is a Maven goal (using a [plugin](https://github.com/spring-cloud-samples/eureka/blob/feature/docker/pom.xml#L48)) to generate the Docker container. The container is published in dockerhub at `springcloud/eureka`.