# springcloud **Repository Path**: niunafei1/springcloud ## Basic Information - **Project Name**: springcloud - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README -- 注册中心使用集群方式 在host文件中添加 127.0.0.1 eureka8003.com 127.0.0.1 eureka8004.com -- 端口配置 - 8001 :支付中心 http://localhost:8081/pay/pay?id=2 - 8002 消费中心 http://localhost:8082/consumer/consumer/save - 8003 注册中心 http://eureka8003.com:8083/ - 8004 注册中心 http://eureka8004.com:8084/