当前位置:   article > 正文

开启feignPOM找不到spring-cloud-starter-openfeign

开启feignPOM找不到spring-cloud-starter-openfeign

spring cloud 开启feign的时候需要再POM中引入

  1. <dependencies>
  2. <dependency>
  3. <groupId>org.springframework.cloud</groupId>
  4. <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
  5. <version>2.0.2.RELEASE</version>
  6. </dependency>
  7. <dependency>
  8. <groupId>org.springframework.cloud</groupId>
  9. <artifactId>spring-cloud-starter-openfeign</artifactId>
  10. <version>2.0.2.RELEASE</version>
  11. </dependency>
  12. </dependencies>

但是

  1. <dependency>
  2. <groupId>org.springframework.cloud</groupId>
  3. <artifactId>spring-cloud-starter-openfeign</artifactId>
  4. <version>2.0.2.RELEASE</version>
  5. </dependency>

会一直爆红找不到更换阿里云镜像也不行

之后设置mean可以找到

设置方法如下

 

点击确定后错误消失。 

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/盐析白兔/article/detail/301465
推荐阅读
相关标签
  

闽ICP备14008679号