Spring Data - 文档文档提供了配置工厂 bean 以使用元素创建 MongoDB 连接的示例。mongo:db-factory
<mongo:db-factory id="anotherMongoDbFactory"
host="localhost"
port="27017"
dbname="database"
username="joe"
password="secret"/>
问题是 mongo 命名空间的XSD没有声明 db-factory 元素。这是一个错误还是我查看的文档版本不正确?