# spring-boot-liteflow **Repository Path**: pifuhanshuxcc/spring-boot-liteflow ## Basic Information - **Project Name**: spring-boot-liteflow - **Description**: Springboot+Mysql+LiteFlow LiteFlow是一个非常强大的现代化的规则引擎框架,融合了编排特性和规则引擎的所有特性。 利用LiteFlow,你可以将瀑布流式的代码,转变成以组件为核心概念的代码结构,这种结构的好处是可以任意编排,组件之间是解耦的,组件之间的流转全靠DSL语法规则来驱动。十分钟就可上手。 - **Primary Language**: Java - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 5 - **Created**: 2024-02-26 - **Last Updated**: 2025-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-liteflow [![蚍蜉撼树/spring-boot-liteflow](https://gitee.com/pifuhanshuxcc/spring-boot-liteflow/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/pifuhanshuxcc/spring-boot-liteflow) #### 介绍 这个只是基于如下规则引擎框架的一个demo性质的实例( 十分适合新手上路 ) LiteFlow是一个非常强大的现代化的规则引擎框架,融合了编排特性和规则引擎的所有特性。 利用LiteFlow,你可以将瀑布流式的代码,转变成以组件为核心概念的代码结构,这种结构的好处是可以任意编排,组件之间是解耦的,组件之间的流转全靠DSL语法规则来驱动。十分钟就可上手。 #### 软件架构 Springboot+Mysql+LiteFlow 简单业务流程实现如图 ![输入图片说明](doc/img/Snipaste_2024-02-26_10-37-58.jpg)