Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to verify the clashing routes in Spring Cloud Gateway. Spring Cloud Gateway provides a built-in mechanism to detect conflicts between routes. In case of any conflict, the application will fail to start, and an error message will be printed in the console indicating the conflicting routes. This way, you can easily identify and resolve any clashing routes in your application.