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
Parameter 4 of method swaggerWelcome in org.springdoc.webflux.ui.SwaggerConfig required a bean of type 'org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping' that could not be found. #1091
I have a Springboot 2.5.0 app with springdoc-openapi-webflux-ui 1.5.4, and everything was very fine, very happy.
Upgraded to 1.5.5, still with Springboot 2.5.0.
From there, seeing this issue:
APPLICATION FAILED TO START
Description:
Parameter 4 of method swaggerWelcome in org.springdoc.webflux.ui.SwaggerConfig required a bean of type 'org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping' in your configuration.