SpringCLoud中的“Discovery Service”有多种实现,比如:eureka, consul, zookeeper。
1,@EnableDiscoveryClient
注解是基于spring-cloud-commons
依赖,并且在classpath中实现;
@EnableEurekaClient
注解是基于spring-cloud-netflix
依赖,只能为eureka作用; 如果你的classpath中添加了eureka,则它们的作用是一样的。
本文共 234 字,大约阅读时间需要 1 分钟。
SpringCLoud中的“Discovery Service”有多种实现,比如:eureka, consul, zookeeper。
1,@EnableDiscoveryClient
注解是基于spring-cloud-commons
依赖,并且在classpath中实现;
@EnableEurekaClient
注解是基于spring-cloud-netflix
依赖,只能为eureka作用; 如果你的classpath中添加了eureka,则它们的作用是一样的。
转载地址:http://veoia.baihongyu.com/