Skip to content

2.4.3

Compare
Choose a tag to compare
@scxwhite scxwhite released this 20 Oct 02:26
· 40 commits to master since this release
b95bd58
  • 优化获取机器ip的方法,并支持自定义机器ip,配置地址为:hera-admin/src/main/resources/config/hera.properties,打包后在conf/hera.properties
  • 修复分布式锁检测时异常可能会出现双master的问题
  • 初始化sql中自动创建hera/biadmin 的用户
  • 默认关闭多租户功能
  • 新增代码注释,支持swagger接口文档,访问地址(要提前登陆):localhost:8080/doc.html
  • 支持超级恢复功能,超级恢复和手动恢复区别在于:超级恢复任务完成后会直接通知下游任务,下游任务通过判断上游任务是否处于成功状态来执行。一般在某张表/某个任务的数据有错,但是任务成功了使用
  • 其它细节优化