A very easy-to-use database middleware. Please see homepage of mybatisx for more details.
- init version
- fix some bugs
- Change the field type of idGeneratorType in DataSourceConfig to Class<? IdGenerator>
- Add config field snowflakeIndexes to config the indexes of the default IdGenerator
- Added entity scan to ensure generate the entity Mapper.
- Added multi tenant data isolation
- Multi tenant support
- Multi tenant transaction bug fixed
- Default sharding provider
- Solve the problem that multi-field sorting cannot be sorted in fields order.
- DataType optimized. add decimal datatype.
- Fixed some bugs.