You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.0 KiB
44 lines
2.0 KiB
|
1 month ago
|
<p align="center">
|
||
|
|
<img alt="logo" src="https://foruda.gitee.com/images/1726820610127990120/c8c5f3a4_2218307.png" width="100">
|
||
|
|
</p>
|
||
|
|
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">Warm-Flow工作流 v1.2.7</h1>
|
||
|
|
<p align="center">
|
||
|
|
<a href="https://gitee.com/dromara/warm-flow/stargazers"><img src="https://gitee.com/dromara/warm-flow/badge/star.svg?theme=dark"></a>
|
||
|
|
</p>
|
||
|
|
|
||
|
|
## 介绍
|
||
|
|
|
||
|
|
Warm-Flow国产工作流引擎🎉,其特点简洁轻量,五脏俱全,灵活扩展性强,是一个可通过jar引入设计器的工作流。
|
||
|
|
|
||
|
|
1. 简洁易用:只有7张表,代码量少,可快速上手和集成
|
||
|
|
2. 审批功能:支持通过、退回、任意跳转、转办、终止、会签、票签、委派和加减签、互斥和并行网关
|
||
|
|
3. 监听器与流程变量:支持五种监听器,可应对不同场景,灵活可扩展,参数传递,动态权限
|
||
|
|
4. 流程图:流程引擎自带流程图,可在不集成流程设计器情况下使用
|
||
|
|
5. 条件表达式:内置常见的和spel条件表达式,并且支持自定义扩展
|
||
|
|
6. 办理人表达式:内置${handler}和spel格式的表达式,可满足不同场景,灵活可扩展
|
||
|
|
7. orm框架扩展:目前支持MyBatis、Mybatis-Plus、Mybatis-Flex和Jpa,后续会由社区提供其他支持,扩展方便
|
||
|
|
8. 数据库支持:目前支持MySQL 、Oracle 和PostgreSQL,后续会继续支持其他数据库或者国产数据库
|
||
|
|
9. 多租户与软删除:流程引擎自身维护多租户和软删除实现,也可使用对应orm框架的实现方式
|
||
|
|
10. 支持角色、部门和用户等权限配置
|
||
|
|
11. 同时支持spring和solon
|
||
|
|
12. 兼容java8和java17,理论11也可以
|
||
|
|
13. 官方提供基于ruoyi-vue封装实战项目,很实用
|
||
|
|
|
||
|
|
```shell
|
||
|
|
希望一键三连,你的⭐️ Star ⭐️是我持续开发的动力,项目也活的更长
|
||
|
|
```
|
||
|
|
## 前端运行
|
||
|
|
|
||
|
|
```bash
|
||
|
|
|
||
|
|
# 安装依赖
|
||
|
|
yarn --registry=https://registry.npmmirror.com
|
||
|
|
|
||
|
|
# 启动服务
|
||
|
|
yarn dev
|
||
|
|
|
||
|
|
# 构建测试环境 yarn build:stage
|
||
|
|
# 构建生产环境 yarn build:prod
|
||
|
|
# 前端访问地址 http://localhost:80
|
||
|
|
```
|