Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple routes are configured incorrectly #1869

Open
zhipeng0703 opened this issue Jan 9, 2025 · 0 comments
Open

Multiple routes are configured incorrectly #1869

zhipeng0703 opened this issue Jan 9, 2025 · 0 comments

Comments

@zhipeng0703
Copy link

The version of zuul used is spring-cloud-starter-netflix-zuul-2.2.5

Multiple routes are configured incorrectly,The first route /student and the second route /teacher are normal on the first visit, and the second visit reports an error of 404 on the first route /student and everything is normal on the second route /teacher

this is my application.yml

zuul:
  ignored-services: "*"
  routes:
    micro-student: /student/**
    micro-teacher: /teacher/**

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant