修改readme

This commit is contained in:
everywhere.z 2024-05-31 10:58:03 +08:00
parent d4e464eb1a
commit 645f6b6ae0
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ You can find out how to join the community on the official website!
* **Wide support:** LiteFlow works regardless of whether your project is built on Springboot, Spring, or any other Java framework. * **Wide support:** LiteFlow works regardless of whether your project is built on Springboot, Spring, or any other Java framework.
* **JDK support:** From JDK8 to JDK17. Don't worry about JDK versions. * **JDK support:** From JDK8 to JDK17. Don't worry about JDK versions.
* **Full Springboot support:** Supports Springboot 2.X through the latest Springboot 3.X. * **Full Springboot support:** Supports Springboot 2.X through the latest Springboot 3.X.
* **Scripting language support:** You can define script language nodes that support Groovy, Javascript, QLExpress, Python, Lua, and Aviator. More script languages will be supported in the future. * **Scripting language support:** You can define script language nodes that support Groovy, Javascript, QLExpress, Python, Lua, Kotlin and Aviator. More script languages will be supported in the future.
* **Rule nesting support:** You can use simple expressions to create multiple nested complex logic layouts if you want. * **Rule nesting support:** You can use simple expressions to create multiple nested complex logic layouts if you want.
* **Component retry support:** Components can support retry, and each component can customize the retry configuration and specify exceptions. * **Component retry support:** Components can support retry, and each component can customize the retry configuration and specify exceptions.
* **Context isolation mechanism:** Reliable context isolation mechanism, you do not have to worry about high concurrency data flow. * **Context isolation mechanism:** Reliable context isolation mechanism, you do not have to worry about high concurrency data flow.

View File

@ -29,7 +29,7 @@ LiteFlow是一个由社区驱动的项目我们非常重视社区建设
* **支持广泛:** 不管你的项目是不是基于SpringbootSpring还是任何其他java框架构建LiteFlow都能游刃有余。 * **支持广泛:** 不管你的项目是不是基于SpringbootSpring还是任何其他java框架构建LiteFlow都能游刃有余。
* **JDK支持** 从JDK8到JDK17全部支持。无需担心JDK版本。 * **JDK支持** 从JDK8到JDK17全部支持。无需担心JDK版本。
* **Springboot支持全面** 支持Springboot 2.X到最新的Springboot 3.X。 * **Springboot支持全面** 支持Springboot 2.X到最新的Springboot 3.X。
* **脚本语言支持:** 可以定义脚本语言节点支持GroovyJavascriptQLExpressPythonLuaAviatorJava。未来还会支持更多的脚本语言。 * **脚本语言支持:** 可以定义脚本语言节点支持GroovyJavascriptQLExpressPythonLuaAviatorJavaKotlin。未来还会支持更多的脚本语言。
* **脚本和Java全打通** 所有脚本语言均可调用Java方法甚至于可以引用任意的实例在脚本中调用RPC也是支持的。 * **脚本和Java全打通** 所有脚本语言均可调用Java方法甚至于可以引用任意的实例在脚本中调用RPC也是支持的。
* **规则嵌套支持:** 只要你想的出,你可以利用简单的表达式完成多重嵌套的复杂逻辑编排。 * **规则嵌套支持:** 只要你想的出,你可以利用简单的表达式完成多重嵌套的复杂逻辑编排。
* **组件重试支持:** 组件可以支持重试,每个组件均可自定义重试配置和指定异常。 * **组件重试支持:** 组件可以支持重试,每个组件均可自定义重试配置和指定异常。