Diboot light-code development platform is a low-code development platform for developers, which automates repetitive work and improves quality, efficiency, and maintainability.
v2.6.0
New
Supports Dameng and Renmin University of Finance and Economics databases
@BindCount annotation, used for binding scenarios of sub-item summary count
Added Pagination.isPaginationParam to filter whether request parameters are pagination parameters.
Added the MapUtils tool class, which is used in scenarios such as Oracle and DM where case-insensitive Map values need to be ignored.
optimization
The condition of the binding annotation supports adding main table extension conditions, such as "AND this.gender = 'M' "
BindQuery null value processing optimization, supports the specified construction of IsNull
Optimize the logic of obtaining schema and database type to avoid incompatibility issues
BeanUtils.buildTree supports non-id named primary keys and specifies each node name.
Context monitoring is switched to ApplicationReadyEvent to avoid the problem of being refreshed under certain circumstances.
Spring type converter optimization, supports LocalDateTime, etc., supports extensions
BeanUtils get*Property supports extracting property values from map objects
The cache interface is synchronized to avoid potential problems in multi-threaded scenarios.
Upgrade dependencies: spring boot 2.7.0, mybatis-plus 3.5.2
v2.3.1
New
Added @ProtectField annotation to implement field encryption and desensitization, supporting security and other protections
BindEntityList now supports multiple ID splicing and storing values for disassembly and binding.
BindFieldList now supports orderBy sorting
Added diboot.global.init-sql global configuration to turn off sql automatic initialization check
Added InvalidUsageException to prompt incorrect calls
optimization
Optimize the legal inspection of request parameters, abnormal information filtering and other security protections
Optimize PagingJsonResult and add an empty constructor to facilitate deserialization
Optimize the implementation of the NN update interface of BaseService
Upgrade dependencies: spring boot 2.5.5, mybatis-plus 3.4.3.4...
repair
Fix bug: Optimize select field logic and incorrectly convert AS alias fields under certain circumstances