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 found the docRouter function and the DSL unintuitive to use (in contrast to the normal router-functions -- I will open seperate issues regarding the usage).
So i was looking to find running examples in the tests.
Surprisingly there are none, all the tests only use the RequestMapping-Annotation.
Which means org.springdoc.kotlin.SpringdocRouterFunctionDsl is basically untestet, so i'm not surprised that the example mentioned therein does not work.