Jelajahi Sumber

更改monitor file的测试用例

everywhere.z 2 tahun lalu
induk
melakukan
f5380d318c
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      README.md
  2. 1 0
      README.zh-CN.md

+ 1 - 0
README.md

@@ -30,6 +30,7 @@ You can find out how to join the community on the official website!
 * **Elegant hot refresh mechanism:** Rule changes, instant change of application rules without restarting your application. High concurrency does not cause any errors in executing rules due to refreshing rules.
 * **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:** Scripting language nodes can be defined, supporting both QLExpress and Groovy scripting. More scripting 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.

+ 1 - 0
README.zh-CN.md

@@ -28,6 +28,7 @@ LiteFlow是一个由社区驱动的项目,我们非常重视社区建设,拥
 * **优雅热刷新机制:** 规则变化,无需重启您的应用,即时改变应用的规则。高并发下不会因为刷新规则导致正在执行的规则有任何错乱。
 * **支持广泛:** 不管你的项目是不是基于Springboot,Spring还是任何其他java框架构建,LiteFlow都能游刃有余。
 * **JDK支持:** 从JDK8到JDK17,统统支持。无需担心JDK版本。
+* **Springboot支持全面:** 支持Springboot 2.X到最新的Springboot 3.X。
 * **脚本语言支持:** 可以定义脚本语言节点,支持Groovy,Javascript,QLExpress,Python,Lua。未来还会支持更多的脚本语言。
 * **脚本和Java全打通:** 所有脚本语言均可调用Java方法,甚至于可以引用任意的实例,在脚本中调用RPC也是支持的。
 * **规则嵌套支持:** 只要你想的出,你可以利用简单的表达式完成多重嵌套的复杂逻辑编排。