企业数智化 - 流程中心
企业数智化 - 门户
操作演示 - 流程中心
操作演示 - 门户
码云
GitHub
流程后台-表单设计流程后台-流程设计门户前台后台安装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=truespring.datasource.druid.username=xxxxspring.datasource.druid.password=xxx3、启动应用程序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=truespring.datasource.druid.username=xxxxspring.datasource.druid.password=xxx2、启动应用程序flow-front-rest模块下的com.dragon.flow.main.FlowFrontApplication
3、访问路径http://localhost:8990
4、登录账号密码
账号:10000到10100 密码统一:888888
Docker 启动https://gblfy.blog.csdn.net/article/details/117636550镜像的密码是flow
联系作者欢迎bug反馈,需求建议,技术交流等QQ扫码入群(群号:633168411):
捐赠如果您认为该项目对您有所帮助,则可以帮助作者购买一杯咖啡,以表示支持!
协议遵循 MIT 协议请自由地享受和参与开源