🌐 Language
English
| Simplified Chinese
| Traditional Chinese
| Japanese
| Korean
| Hindi
| Thai
| French
| German
| Spanish
| Italian
| Russian
| Portuguese
| Dutch
| Polish
| Arabic
| Persian
| Turkish
| Vietnamese
| Indonesian
| Assamese
Introduction:
#### 🔥🔥🔥Elegant MongoDB operations using MyBatisPlus style
- #### Penetrates quietly like the night
- #### Simplified development
Advantages:
- Non-intrusive: Only enhances, does not change. Introducing it won't affect the existing project, smooth as silk
- Low overhead: Automatically injects basic CURD on startup, almost no performance loss, direct object-oriented operations
- Powerful CRUD operations: General Service enables most single-table CRUD operations with minimal configuration, and provides a powerful condition builder to meet various needs
- Supports Lambda call style: Easily write various query conditions with Lambda expressions, no need to worry about field name errors
- 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, prevents full collection updates and deletions, auto-fill and other features
Rapid Development
With MyBatisPlus, you don't need to write excessive SQL like MyBatis, and Mongo-Plus is the same!
Project Integrated with Murphy Security
##### Click to view the inspection reportDocumentation
Documentation address: https://mongoplus.com/Contact Us
#### If you have any questions or ideas while using MongoPlus or wish to join the group chat, please contact me #### WeChat: anwen_529 #### Note: MongoPlus
Participate and Contribute
- Star and Fork this repository
- Create a Feat_xxx branch
- Submit code
- Create a Pull Request