如何使用java更新mongodb Collection的子文档

时间:2014-09-04 18:59:48

标签: java mongodb

如何使用JAVA

更新某些json文件的ptconfig
{
  "_id" : "1",
  "name" : "kiran",
  "status" : "online",
  "description" : "process 1",
  "ptConfig" : {
      "xms" : 232,
      "xmx" : 233
  }
}

0 个答案:

没有答案