# RuoYi-flowable **Repository Path**: gitnext/RuoYi-flowable ## Basic Information - **Project Name**: RuoYi-flowable - **Description**: 基RuoYi-vue + flowable 6.7.2 的工作流管理 记得右上角点个 star 🌟 持续关注更新哟 ~~ 您的 star 就是更新下去的动力 (*^▽^*) ~ - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://www.tony2y.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2135 - **Created**: 2022-03-17 - **Last Updated**: 2023-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

RuoYi-Flowable

基于RuoYi+Flowable 6.x的工作流管理平台

## 平台简介 基于RuoYi-vue + Flowable 6.x 的工作流管理平台 ~ - 不定时同步[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue)至最新版本。 - 前端采用Vue、Element UI。 - 后端采用Spring Boot、Spring Security、Redis & Jwt。 - 权限认证使用Jwt,支持多终端认证系统。 - 支持加载动态权限菜单,多方式轻松权限控制. - 项目地址:[Gitee](https://gitee.com/tony2y/RuoYi-flowable.git)   [Github](https://github.com/tony2y/RuoYi-flowable.git) - 阿里云折扣场:[点我进入](https://www.aliyun.com/activity/daily/bestoffer?userCode=q2b8atsa),腾讯云秒杀场:[点我进入](https://curl.qcloud.com/W5KFkBG4)   - 阿里云优惠券:[点我领取](https://www.aliyun.com/daily-act/ecs/activity_selection?userCode=q2b8atsa),腾讯云优惠券:[点我领取](https://curl.qcloud.com/AacfyRxq)   - 特别鸣谢:[RuoYi-Vue](https://gitee.com/y_project/RuoYi-Vue) ## 内置功能 - 在线流程设计器 - 在线流程表单设计器 - 单节点配置表单 - 多实例会签任务 - 任务节点配置任务/执行监听器 - 动态配置任务候选人 - 其它流程相关功能点 ## 演示地址 - 开源版演示地址:http://open.tony2y.top - Vue2演示地址:http://www.tony2y.top - Vue3演示地址:http://vue3.tony2y.top - 使用文档:https://www.yuque.com/u1024153/icipor ## 其它业务系统 - [[ 智慧农业认养系统 ]](https://gitee.com/tony2y/smart-breed):基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv,支持认养、商城、营销、会员、进销存、多租户等功能,包含小程序,系统管理后台。 - [[ 智慧景区管理系统 ]](https://gitee.com/tony2y/scenic-spot):基于Java + SpringBoot + Mybatis Plus + Redis + Vue + antdv,支持景区管理、售票、地块管理、认养、商城、农资管理、积分兑换等功能,包含小程序,系统管理后台。 ## 联系方式 付费版咨询、技术咨询、项目定制开发等其它支持可扫码添加微信进行沟通交流。 ![微信](https://foruda.gitee.com/images/1673021725627728693/f3d6216b_2042292.jpeg) ## 工作流交流群 QQ群: [![加入QQ群](https://img.shields.io/badge/782924350-blue.svg)](https://jq.qq.com/?_wv=1027&k=2zE87c2G) 点击按钮入群。 ## 请作者喝杯咖啡 ~ (*^▽^*) ## 演示图
#本地运行 #进入项目目录 cd ruoyi-ui#安装依赖npm install #建议不要直接使用cnpm安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm下载速度慢的问题 npm install --registry=https://registry.npm.taobao.org #打包正式环境npm run dev