错误描述: 服务间调用的时候 总是不通
feign.RetryableException: connect timed out executing POST http://common-service/supplywater/deviceManage/keyUnitData
原因、;
以zookeeper为注册中心时,配置文件需指定机器地址
spring: application: name: common-service cloud: zookeeper: connect-string: 121.196.91.0:2172 discovery: enabled: true #最重要的就是下面这句 instance-host: 121.196.91.0