信盈达盈享课堂-硬件设计实训营-数字电路基础入门
pringBootApplication@EnableDiscoveryClient@RestControllerpublic class HelloServerApplication {
@Autowired
DiscoveryClient client;
@RequestMapping("/")
public String hello() {
List<ServiceInstance> instances = client.getInstances("HelloServer");
ServiceInstance selectedInstance = instances