# springboot-mongodb **Repository Path**: chef_git/springboot-mongodb ## Basic Information - **Project Name**: springboot-mongodb - **Description**: springboot-mongodb - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-19 - **Last Updated**: 2025-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: java面试 ## README # 介绍 spring-boot集成mongodb,实现了对mongodb的基本操作。 # 环境 - spring-boot 2.7.1 - mongodb 4.4.13 # 配置 - 配置文件:application.yml - 配置类:MongoConfig # 功能 - 实现了对mongodb的基本操作,包括: - 连接mongodb - 插入数据 - 查询数据 - 更新数据 - 删除数据 - 分页查询数据 - 聚合查询数据 - 多数据源操作