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
Using a configuration that extends AbstractReactiveMongoConfiguration with Spring Boot causes a conflict with the blocking MongoDbFactory bean. The reactive database factory ReactiveMongoDatabaseFactory is exposed through the method mongoDbFactory which hides the blocking MongoDbFactory bean.
Workaround: Add a method with a different name to the configuration.