|
@@ -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.
|