加载中...

摘要: spring-data-mongo的MongoTemplate开发 1、在实体类Customer.Java中引入注解表明转换方式 @Document //文档 public class Customer{ @Id @Indexed(unigue=true) private String id; @F 阅读全文
posted @ 2017-07-12 20:11 水车 阅读(2055) 评论(0) 推荐(0) 编辑