修改README

This commit is contained in:
bryan31 2021-11-11 16:38:24 +08:00
parent ab4ea7d8cf
commit ead476c3e3
2 changed files with 3 additions and 1 deletions

View File

@ -24,6 +24,7 @@ liteFlow is a lightweight , fast component-based process engine framework / rule
* Components can support retry, each component can be customized with retry configuration and specified exceptions
* Explicit subprocess mode with no level of nesting, implicit subprocess mode
* Data slot isolation mechanism, context independent and stable under multiple concurrency
* Support for elegant smooth hot refresh features
* Very low loss to the system, can be stable in the core business of large-scale microservices
* Simple monitoring to know the running time ranking of each component

View File

@ -20,10 +20,11 @@ liteFlow是一个轻量快速的组件式流程引擎框架/规则引擎,
* 框架提供自定义配置源,只需实现一个接口,即可从任何地方加载配置源
* 支持SpringBoot的自动装配也支持Spring的配置和非Spring的项目
* 提供串行和并行2种模式提供常见常见的表达式语句
* 可以定义脚本语言节点支持QLExpress和Groovy两种脚本,脚本语言支持即时热变更
* 可以定义脚本语言节点支持QLExpress和Groovy两种脚本
* 组件可以支持重试,每个组件均可自定义重试配置和指定异常
* 提供无级嵌套的显式子流程模式,隐式子流程模式
* 数据槽隔离机制,在多并发下上下文独立而稳定
* 支持优雅平滑热刷新特性
* 对系统损耗极低,可以稳定运行在核心业务大规模的微服务中
* 自带简单的监控,能够知道每个组件的运行耗时排行