标签: java maven spring-cloud-feign openfeign
Iam添加了以下内容
在我的pom.xml中 开始以SpringBoot的身份运行我的服务
容器未运行并显示以下消息。
找不到主要方法G 类无法使用G加载
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-openfeign</artifactId> </dependency>