Skip to content

easycode-0.3.0

Choose a tag to compare

@WangXiaoJin WangXiaoJin released this 21 Feb 01:34
· 142 commits to master since this release
  1. 集成Reidis
  2. 类名后缀为Utils的修改成s后缀(StringUtils修改成Strings)
  3. SqlGrammar updateNeed/update/updateAst 方法名对应修改成 upd/updNonNull/updAst
  4. 优化IdConverter功能代码
  5. 优化jdbc-mybatis相关配置类
  6. MyBatis增加动态注册TypeHandler功能
  7. 优化主键生成策略相关功能
  8. 增加easycode-idgenerator模块