摘要:
1、在启动类上添加@EnableDiscoveryClient注解 2、注入并调用方法 @Autowiredprivate DiscoveryClient discoveryClient; List<ServiceInstance> instances = discoveryClient.getIn 阅读全文
posted @ 2020-10-26 23:07
那棵tree看起来生气了
阅读(194)
评论(0)
推荐(0)
摘要:
1、导入坐标<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId></dependency>2、启动类注 阅读全文
posted @ 2020-10-26 22:41
那棵tree看起来生气了
阅读(177)
评论(0)
推荐(0)
摘要:
1、导入坐标<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-eureka-server</artifactId> <version>Greenwich 阅读全文
posted @ 2020-10-26 21:19
那棵tree看起来生气了
阅读(163)
评论(0)
推荐(0)
浙公网安备 33010602011771号