Browse Source

修改readme

everywhere.z 1 year ago
parent
commit
645f6b6ae0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      README.zh-CN.md

+ 1 - 1
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.

+ 1 - 1
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也是支持的。
 * **规则嵌套支持:** 只要你想的出,你可以利用简单的表达式完成多重嵌套的复杂逻辑编排。
 * **组件重试支持:** 组件可以支持重试,每个组件均可自定义重试配置和指定异常。