# eureka-server **Repository Path**: xwenlin/eureka-server ## Basic Information - **Project Name**: eureka-server - **Description**: eureka-server - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-17 - **Last Updated**: 2025-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Eureka Server Eureka registration center, for local testing only, please using [go-register-server](https://github.com/choerodon/go-register-server) if you are online. Registration center will send the message to kafka of topic `register-server` when a service up, after receiving the message, [manager-service](https://github.com/choerodon/manager-service) do the corresponding processing, such as refresh permissions. ## Installation and Getting Started - Switch to the directory of project, run `mvn spring-boot:run` or running in `EurekaServerApplication`, which running in idea. ## Links * [Change Log](./CHANGELOG.zh-CN.md) ## How to Contribute Pull requests are welcome! [Follow](https://github.com/choerodon/choerodon/blob/master/CONTRIBUTING.md) to know for more information on how to contribute. ## Note - For local testing only.