Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法模仿MongoRepository中的 @GeneratedValue ?
我想自动增加_id
不可靠,特别是因为 MongoDB 不支持事务。推荐的方法是使用 MongoDB ObjectID。
ObjectID