springcloud服务发现
下面我们接着上一篇eureka的自我保护继续讲springcloud服务发现controller层代码:package com.atguigu.springcloud.controller;import java.util.List;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.cloud.client.ServiceInstance;import org.sp