我正在尝试使用此字段为Morphia注释一个java对象:
@Id private ObjectId id;
但是我的代码在代码中出现此错误:
org.bson.types.ObjectId can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly.
虽然应用程序有Morphia和MongoDB罐子。
为什么会出现此问题?