# microservicecloud **Repository Path**: liu_fei_4552/microservicecloud ## Basic Information - **Project Name**: microservicecloud - **Description**: springcloud学习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # microservicecloud ##springcloud学习笔记 ###备注 ####1、为了在一台机器上启动eureka集群C:\Windows\System32\drivers\etc 中添加127.0.0.1 eureka7001.com 127.0.0.1 eureka7002.com 127.0.0.1 eureka7003.com ####2、Zookeeper和Eureka区别,前者使用cp(关注数据一致性)后者使用ap(关注服务可用)