Introduction:
#### 🔥🔥🔥 Use MyBatisPlus style to elegantly operate MongoDB
- #### Like the wind slipping into the night
- #### Simplify development
Advantages:
- Non-intrusive: only enhances without changing, introducing it won't affect the existing project, smooth as silk
- Low overhead: automatically injects basic CRUD on startup, performance is basically unaffected, direct object-oriented operations
- Powerful CRUD operations: general Service, most single-table CRUD operations can be achieved with minimal configuration, plus a powerful condition builder to meet various usage needs
- Supports Lambda style calls: write all kinds of query conditions easily via Lambda expressions, no more worries about writing wrong fields
- Supports automatic primary key generation: supports up to 5 primary key strategies (including distributed unique ID generator - Sequence), freely configurable, perfectly solves primary key issues
- Supports operations without entity classes
- Supports dynamic data sources
- Supports logical deletion, prevention of full collection updates and deletions, automatic filling, and other functions
Rapid Development
MyBatisPlus allows you to avoid writing excessive SQL statements like MyBatis, and Mongo-Plus is the same!
Project Integrated with Murphy Security
##### Click to view the inspection reportDocumentation
Documentation URL: https://mongoplus.com/Contact Us
#### If you have any questions or ideas during the use of MongoPlus or want to join the group chat, please contact me #### WeChat: anwen_529 #### Note: MongoPlus
Contribution
- Star and Fork this repository
- Create a Feat_xxx branch
- Commit your code
- Create a Pull Request