mongodb3更新数据java.lang.IllegalArgumentException: Invalid BSON field name _id
分析:参考地址:https://github.com/brianfrankcooper/YCSB/issues/277应该是官方的update策略有变化,3.0以前,使用updateOne,3.0以后使用replaceOne解决办法:将updateOne替换为replaceOne即可完整错误栈:java.lang.IllegalArgumentException:InvalidBSONfieldn