You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: