mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
This commit stops including the MongoDB starter in the Data MongDB reactive starter as the former has already an opinion on the MongoDB driver to use. This makes sure the reactive starter no longer brings the synchronous MongoDB driver. Closes gh-49945