[开源]企业级流程中心,基于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

相关推荐
Yaml49 小时前
Spring Boot 与 Vue 共筑二手书籍交易卓越平台
java·spring boot·后端·mysql·spring·vue·二手书籍
aloha_78910 小时前
从零记录搭建一个干净的mybatis环境
java·笔记·spring·spring cloud·maven·mybatis·springboot
清灵xmf12 小时前
在 Vue 中实现与优化轮询技术
前端·javascript·vue·轮询
阑梦清川15 小时前
JavaEE进阶---第一个SprintBoot项目创建过程&&&我的感受
java·java-ee·springboot
A-bodgie15 小时前
Spring 中的 Environment 对象
java·后端·spring·servlet·springboot
小布布的不18 小时前
MyBatis 返回 Map 或 List<Map>时,时间类型数据,默认为LocalDateTime,响应给前端默认含有‘T‘字符
前端·mybatis·springboot
小沈同学呀20 小时前
Mac M1 Docker创建Rocketmq集群并接入Springboot项目
macos·docker·java-rocketmq·springboot
琴~~2 天前
前端根据后端返回的文本流逐个展示文本内容
前端·javascript·vue
东皋长歌2 天前
SpringBoot+ClickHouse集成
clickhouse·springboot
程序员徐师兄2 天前
基于 JavaWeb 的宠物商城系统(附源码,文档)
java·vue·springboot·宠物·宠物商城