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

Spring Guide - Building a Gateway - https://spring.io/guides/gs/gateway/ #159

Closed
girishyt opened this issue Dec 11, 2023 · 1 comment
Closed

Comments

@girishyt
Copy link

I followed this guide and initialized the project from start.spring.io.
I'm trying to create a new route using Java RouteLocator API but i can't find this class in the jar "spring-cloud-starter-gateway-mvc".
Upon doing some research i found out that this class is part of "spring-cloud-starter-gateway" jar which is for a Reactive Cloud Gateway.
The guide title and description says the example given is for non reactive. Please check.

Thanks

@robertmcnees
Copy link

Hi @girishyt. You are correct that the gateway guide had an issue with how we resolved the gateway dependency. This should be solved by the recently merged PRs in the gs-gateway project. As a reminder, please use the specific guide repositories when possible to open issues. Additional context for the root of the problem is located in those PRs.

This should now be fixed with the 2 recent PRs:

I'll close the issue as resolved. If you try and are still having difficulties, please submit a follow up issue in the gs-gateway repository and we can have another look.

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

2 participants