huaweicloud / spring-cloud-huawei

Spring Cloud Huawei is a framework that makes it easier and productive to develop microservices with Spring Cloud.
https://github.com/huaweicloud/spring-cloud-huawei/wiki
Apache License 2.0
516 stars 221 forks source link

启动网关时候报错 #1051

Closed YuGuoYun901006 closed 1 year ago

YuGuoYun901006 commented 1 year ago

Describe the problem A clear and concise description of what the bug is.

提示java.lang.NoClassDefFoundError: feign/httpclient/ApacheHttpClient

Sample code A clear and concise description of what the bug is. image

image

Information image

Spring Cloud Huawei version: 1.10.11-2021.0.x Spring Cloud version(optional):2021.0.5 Spring Boot version(optional):2.6.13 Spring version(optional): 5.3.23

Additional context Add any other context about the problem here.

chengyouling commented 1 year ago

A simple gateway started don't need feign, maybe is your business have dependency, check and add third party dependencies.