diboot-core v2.0.1
New features:
- @BindDict注解 自动绑定数据字典(枚举值)的显示值Label
- @BindField注解 自动绑定其他表的字段
- @bindentity注解 自动绑定关联表Entity
- @BindEntityList注解 自动绑定关联表Entity集合
- 通用Controller简单包装(BaseController, BaseCrudRestController)
- 通用Service简单包装 (BaseService)
- 提供分页的简单包装 Pagination
- 关联绑定支持MybatisPlus的IService的所有实现类相关Entity的绑定,不再强制要求继承diboot的BaseService
- 绑定调用类优化并更名为RelationsBinder
- Entity/EntityList对象绑定时使用克隆,避免Entity对象引用导致非预期的修改结果
- RequestTimeFilter请求响应时间过滤器,记录耗时操作
- BeanUtils、S、D、V、Encryptor等常用的工具类
- 增加默认的异常处理类DefaultExceptionHandler
- 升级依赖SpringBoot至2.1.6,Mybatis-plus至3.1.2