spring-data-mongodb 注解详解

spring-data-mongodb 经常使用的注解java @Document org.springframework.data.mongodb.core.mapping.Document.class 把一个java类声明为mongodb的文档,能够经过collection参数指定这个类对应的文档。 @Document(collection="mongodb 对应 collection 名")
相关文章
相关标签/搜索