如果引入如下maven依赖就不需要引入ribbon的依赖了,因为里面已经帮我我们集成好了

    1. <dependency>
    2. <groupId>org.springframework.cloud</groupId>
    3. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
    4. </dependency>

    image-20200317201921840.png