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.

2.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1.说明

  1. JFlow 是一款经典的纯国产全开源的工作流引擎。
  2. 数据库安装:自动安装数据库所需要的表及视图。
  3. 程序需要修改 application-druid.yml 中的数据库连接。
  4. 点starred记住序号,加群578285417
  5. 加微信联系商务: 18660153393

2.相关连接

3.项目说明

  • jflow-vue-core jflow前端vue3打包后代码

4.后台项目启动

  • 后台在H5文件夹中

输入图片说明

  • 数据库配置修改 application-druid.yml
  • 先手动建立一个数据库 如下图jflow_xzd可自定义

输入图片说明

  • 此时数据库中没有任何表和视图 输入图片说明

  • 启动项目 JFlowApplication.java 端口8009 (可自定义) 输入图片说明

5.vue3项目启动

  • 修改后台地址
    _app.config.js文件中的VITE_GLOB_API_URL属性改为http://localhost:8009 输入图片说明
  • 进入jflow-vue-core目录
    cd jflow-vue-core
  • 全局安装http-server
    npm install http-server -g
  • 启动(-p:端口3000)
    http-server -p 3000
  • 启动成功 输入图片说明

6.数据库表初始化

  • 进入项目 htt://localhots:3000
  • 项目检测到未创建数据库会自动跳到如下界面: 输入图片说明 输入图片说明
  • 自动安装数据库表和视图(需要多等待一会) 输入图片说明
  • 安装完毕点击“确定”按钮 输入图片说明
  • 登录页面 输入图片说明
  • 选择中间件模式 输入图片说明
  • 选择低代码模式 输入图片说明