GithubHelp home page GithubHelp logo

spring-activiti-sqlserver's Introduction

Spring-activiti

软件架构

JDK1.8、SpringBoot2、MyBatis-plus、Activiti6、Activiti原生编辑器、SqlServer

安装教程

  1. 新建sqlserver数据库spring-activiti,导入SQL脚本spring-activiti.sql,创建需要的表,activiti相关的表会在项目启动后自动创建
  2. 修改application-sqlserver.yml配置文件中数据库url和账密
  3. 打开http://localhost 访问登录页面,目前有三个账号,其中admin是管理员:
账号 密码
admin admin123
kobe 111111
ac 111111

没实现注册功能,要添加用户可以使用添加用户或直接往sys_user添加数据实现,密码计算见SysPasswordService.main方法

使用说明

  1. 暂时只实现了申请单的完整审批流程,首先在“部署管理”页将“请假申请流程2”转为模型 本地图片
  2. 流程管理-模型管理对审批流模型进行管理,支持新增模型 本地图片
  3. 点击设计对审批流程进行编辑 本地图片
  4. 点击代理选择审批人 本地图片 支持选择审批人或审批人组 本地图片
  5. 排他网关需要设置分支流参数 本地图片
  • 同意:${approve=='true'}
  • 拒绝:${approve=='false'}
  1. 支持查看我的待办和全部待办任务 本地图片
  2. 点击办理即可对流程进行审批办理,支持驳回和通过,查看审批流详情

spring-activiti-sqlserver's People

Contributors

csrobot7 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.