SpringCLoud中的“Discovery Service”有多种实现,比如:eureka, consul, zookeeper。
1,@EnableDiscoveryClient
注解是基于spring-cloud-commons
依赖,并且在classpath中实现;
2,@EnableEurekaClient
注解是基于spring-cloud-netflix
依赖,只能为eureka作用;
如果你的classpath中添加了eureka,则它们的作用是一样的。
原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/15667.html