Help springcloud zuul cannot forward the request through the registered serviceid

1.zuul provider has been registered with eureka
2.zuul can only be forwarded through url
3.eureka can view registered services
4.springboot admin can view various services
5.windows development platform (jdk1.8); springboot 1.5.12 R
5.zuul can not be configured through registered eureka service id no matter how it is configured?

which boss has encountered this problem? For the answer, thank you, boss, thank you for the platform.

Mar.28,2021

can you tell me the specific solution? I have the same problem


mine is springboot2.8 springcolud Finchley.M8
configured as follows. Not serviceId. Url can register with the registry
spring:
application:

name: service-zuul

zuul:
routes:

api-manber:
  path: /api-manber/**
< H1 > url: http://localhost:7879
  serviceId: manber-server
api-order:
  path: /api-order/**
  url: http://localhost:7880
-sharp  serviceId: order-server

server:
port: 7888
eureka:
client:

serviceUrl:
  defaultZone: http://localhost:7878/eureka/
Menu