[开源]企业级流程中心,基于flowable和bpmn.js封装的流程引擎

一、开源项目简介

企业级流程中心(基于flowable和bpmn.js封装的流程引擎,采用Springboot,Mybatis-plus, Ehcache, sa-token 等框架技术,前端采用Vue3&Antd,Vben)。

二、开源协议

使用Apache-2.0开源协议

三、界面展示

流程后台-表单设计

流程后台-流程设计

门户前台

四、功能概述

企业级流程中心(基于flowable和bpmn.js封装的流程引擎,采用Springboot,Mybatis-plus, Ehcache, sa-token 等框架技术,前端采用Vue3&Antd,Vben)。

五、技术选型

后台安装

1、安装数据库 新建一个数据库flow 导入数据库脚本:docs/sql/flow.sql

2、配置数据源 修改flow-admin模块下的resources配置文件application-local.properties

复制代码
spring.datasource.druid.url=jdbc:mysql://localhost:3306/flow?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
spring.datasource.druid.username=xxxx
spring.datasource.druid.password=xxx

3、启动应用程序 flow-admin模块下的com.dragon.flow.main.FlowAdminApplication

直接运行即可

4、访问路径 http://localhost:8988/index.html 账号密码:

普通管理员:10101/888888 超级管理员:10100/888888

5、项目结构

6、开放接口 http://localhost:8988/swagger-ui/index.html

前台安装

1、配置数据源 修改flow-front-rest模块下的resources配置文件application-local.properties

复制代码
spring.datasource.druid.url=jdbc:mysql://localhost:3306/flow?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
spring.datasource.druid.username=xxxx
spring.datasource.druid.password=xxx

2、启动应用程序 flow-front-rest模块下的com.dragon.flow.main.FlowFrontApplication

3、访问路径 http://localhost:8990

4、登录账号密码

账号:10000到10100 密码统一:888888

Docker 启动

详细内容请查看 README.md 文档。

六、源码地址

flowable: 企业级流程中心(基于flowable和bpmn.js封装的流程引擎,采用Springboot,Mybatis-plus, Ehcache, sa-token 等框架技术,前端采用Vue3&Antd,Vben)后端程序是http://47.106.196.177:8100前端程序是http://47.106.196.177:8200

相关推荐
个人看法1 小时前
h5实现一个吸附在键盘上的工具栏
前端·javascript·vue
元亓亓亓12 小时前
JavaWeb--day9--SpringBootWeb案例(一)
springboot·web
西洼工作室1 天前
设计模式与原则精要
前端·javascript·设计模式·vue
雪山上的小灰熊1 天前
UNIAPP如何自定义全局方法?
javascript·typescript·uni-app·vue·vue3·vite·hooks
元亓亓亓2 天前
JavaWeb--day11--登录认证
springboot·web·interceptor·cookie·filter·session
真的想不出名儿3 天前
springboot - 邮箱验证码登录
java·springboot·邮箱验证
卷Java3 天前
CSS模板语法修复总结
java·前端·css·数据库·微信小程序·uni-app·springboot
Mr.Pascal3 天前
后端直接返回错误信息的Map 和 抛出异常(异常机制)优劣势对比
java·springboot
fcm193 天前
(6) tauri之前端框架性能对比
前端·javascript·rust·前端框架·vue·react
王者鳜錸3 天前
方言普通话识别大模型,支持中英+202种方言识别
java·vue·语音识别