快速开始
连接 DriverMongoExecutionContext 和 MongoTemplateResolver,并执行 Reactive Mongo DSL 1.0.0 的第一个查询。
1. MongoExecutionContext 配置
MongoConfig.java
java默认的 DriverMongoExecutionContext 直接使用 MongoDB Reactive Streams Driver。如果集合命名规则不同,可以传递单独的 collection-name resolver。