openfeign maven依赖项无法在Spring容器中加载。“”类无法使用G加载“异常

时间:2019-05-14 13:59:33

标签: java maven spring-cloud-feign openfeign

Iam添加了以下内容

在我的pom.xml中 开始以SpringBoot的身份运行我的服务

容器未运行并显示以下消息。

找不到主要方法G 类无法使用G加载

  • 试图清理项目。
  • 已删除.m2存储库并重建项目。
  • 更新了maven依赖项。
  • 如果我删除该依赖关系,一切正常。
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
</dependency> 

找不到主要方法G 类无法使用G加载

0 个答案:

没有答案