What is the problem you are trying to solve?
I hope to be able to scan different levels of routing
How are you currently being hindered by this problem?
For example, some components related to Springboot may not exist in the root directory or the last level of the route due to microservices or other reasons.
Like http://example.com/code/api/gen, I want to check the env endpoint, hoping to check
/code/api/gen/env
/code/api/env
/code/env
/env,
but I refer to the manual and some current templates, it seems that this operation cannot be achieved
How would you like this problem to be solved?
Hopefully a method can be provided to obtain routes at different levels
Any additional details?
no
What is the problem you are trying to solve?
I hope to be able to scan different levels of routing
How are you currently being hindered by this problem?
For example, some components related to Springboot may not exist in the root directory or the last level of the route due to microservices or other reasons.
Like http://example.com/code/api/gen, I want to check the env endpoint, hoping to check
/code/api/gen/env
/code/api/env
/code/env
/env,
but I refer to the manual and some current templates, it seems that this operation cannot be achieved
How would you like this problem to be solved?
Hopefully a method can be provided to obtain routes at different levels
Any additional details?
no