SpringCloud(三)服务消费
摘要:
常见问题 EnableEurekaClient与EnableDiscoveryClient的区别 选用的注册中心是eureka,那么就推荐@EnableEurekaClient,如果是其他的注册中心,那么推荐使用@EnableDiscoveryClient。这个和“Slf4j与Log4j”的道理一样 阅读全文
posted @ 2020-03-25 21:27 疯狂的妞妞 阅读(312) 评论(0) 推荐(0) 编辑