摘要:
一.简介 spring Data MongoDB提供了org.springframework.data.mongodb.core.MongoTemplate对MongoDB的CRUD的操作,上一篇我们介绍了对MongoDB的新增和删除, 今天我们要介绍Java代码实现对MongoDB实现查询操作。 阅读全文
摘要:
The content of element type "resultMap" must match "(constructor?,id*,result*,association*,collectio 出现这样的原因是resultMap中<association property="parent" 阅读全文