赞
踩
spring cloud 开启feign的时候需要再POM中引入
- <dependencies>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
- <version>2.0.2.RELEASE</version>
- </dependency>
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-starter-openfeign</artifactId>
- <version>2.0.2.RELEASE</version>
- </dependency>
- </dependencies>
但是
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-starter-openfeign</artifactId>
- <version>2.0.2.RELEASE</version>
- </dependency>
会一直爆红找不到更换阿里云镜像也不行
之后设置mean可以找到
设置方法如下
点击确定后错误消失。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。