From 645f6b6ae008564dac6a0a77af10221288ed3429 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Fri, 31 May 2024 10:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d4a72b4..93ae9d77 100644 --- a/README.md +++ b/README.md @@ -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. * **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. -* **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. * **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. diff --git a/README.zh-CN.md b/README.zh-CN.md index 41558178..a95a0c70 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -29,7 +29,7 @@ LiteFlow是一个由社区驱动的项目,我们非常重视社区建设,拥 * **支持广泛:** 不管你的项目是不是基于Springboot,Spring还是任何其他java框架构建,LiteFlow都能游刃有余。 * **JDK支持:** 从JDK8到JDK17,全部支持。无需担心JDK版本。 * **Springboot支持全面:** 支持Springboot 2.X到最新的Springboot 3.X。 -* **脚本语言支持:** 可以定义脚本语言节点,支持Groovy,Javascript,QLExpress,Python,Lua,Aviator,Java。未来还会支持更多的脚本语言。 +* **脚本语言支持:** 可以定义脚本语言节点,支持Groovy,Javascript,QLExpress,Python,Lua,Aviator,Java,Kotlin。未来还会支持更多的脚本语言。 * **脚本和Java全打通:** 所有脚本语言均可调用Java方法,甚至于可以引用任意的实例,在脚本中调用RPC也是支持的。 * **规则嵌套支持:** 只要你想的出,你可以利用简单的表达式完成多重嵌套的复杂逻辑编排。 * **组件重试支持:** 组件可以支持重试,每个组件均可自定义重试配置和指定异常。