# mdxl_mongo_cj **Repository Path**: simonAt/mdxl_mongo ## Basic Information - **Project Name**: mdxl_mongo_cj - **Description**: Springboot 集成 mongoDB 所有的方法(目前四种) first:利用collection封装对数据CRUD,DbObject,JSONObject,DBCustor,能够实现一切排序,聚合等操作 second:基于mongoRepository,基本实现CRUD操作,简单的分页查询以及排序,代码量大 third:基于MongoTemplete,Query 同理方法一,能够实现一切问题 four:基于mongoClient 实现对集合的CRUD - **Primary Language**: Java - **License**: Artistic-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2019-03-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mdxl_mongo Springboot 集成 mongoDB 所有的方法(目前四种) first:利用collection封装对数据CRUD,DbObject,JSONObject,DBCustor,能够实现一切排序,聚合等操作 second:基于mongoRepository,基本实现CRUD操作,简单的分页查询以及排序,代码量大 third:基于MongoTemplete,Query 同理方法一,能够实现一切问题 four:基于mongoClient 实现对集合的CRUD