解决

  • 根据 soul-gateway 示例的对比,发现少了一个依赖
    1. <!-- soul httpclient plugin start-->
    2. <dependency>
    3. <groupId>org.dromara</groupId>
    4. <artifactId>soul-spring-boot-starter-plugin-httpclient</artifactId>
    5. <version>${soul.version}</version>
    6. </dependency>
    7. <!-- soul httpclient plugin end-->