# springcloud_eureka_model **Repository Path**: viviman/springcloud_eureka_model ## Basic Information - **Project Name**: springcloud_eureka_model - **Description**: SpringCloud 开发 关于 eureka 模版 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-28 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 请求服务 * `注册中心`访问管理后台:http://localhost:8761/ 或 http://localhost:8762/ * `提供者`验证请求:http://localhost:7761/product/{id} * `消费者`验证请求: * `@LoadBalanced` 方式:http://localhost:9761/order/{id} * `@OpenFeign` 方式:http://localhost:9762/order/{id}