Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 312 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 312 Bytes

SpringBoot 整合 MongoDB

测试类-->SpringBootMongoDbApplicationTests 使用 MongoTemplate

实现对MongoDB数据库的增删改查,模糊查询及分页的使用

测试类-->MongoDBRepositoryTest 使用 UserRepository

实现对MongoDB数据的增删改查,模糊查询及分页的使用