未找到依赖项:openfeign
Posted
技术标签:
【中文标题】未找到依赖项:openfeign【英文标题】:dependecy not found: openfeign 【发布时间】:2021-03-17 21:29:22 【问题描述】:我得到错误: 在中心找不到工件 org.springframework.cloud:spring-cloud-openfeign:pom:unknown (https://repo.maven.apache.org/maven2)
这是我的 pom.xml
<?xml version="1.0" encoding="UTF-8"?>
4.0.0 org.springframework.boot spring-boot-starter-parent 2.4.0 privas.microservice 卖车 0.0.1-快照 卖车 Spring Boot 演示项目
<properties>
<java.version>15</java.version>
<maven.compiler.target>$java.version</maven.compiler.target>
<maven.compiler.source>$java.version</maven.compiler.source>
<spring-cloud.version>Hoxton.SR8</spring-cloud.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>$spring-cloud.version</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
如果需要该信息,它是一个模块项目。
有谁知道为什么maven找不到openfeign?它也不适用于任何其他 Spring Cloud 依赖项。
【问题讨论】:
【参考方案1】:org.springframework.cloud
有 2 个包:
spring-cloud-starter-openfeign
spring-cloud-openfeign-core
但不是spring-cloud-openfeign
【讨论】:
以上是关于未找到依赖项:openfeign的主要内容,如果未能解决你的问题,请参考以下文章
未找到依赖项:预计至少有 1 个 bean 有资格作为此依赖项的自动装配候选者。依赖注解: