言成言成啊 | Kit Chen's Blog

基于SpringBoot+H2+Camunda实现简单的请假审批流程

发布于2022-11-24 23:28:01,更新于2023-04-22 20:36:58,标签:java camunda workflow  转载随意,文章会持续修订,请注明来源地址:https://meethigher.top/blog

整个camunda的绘图、具体使用,参照上一篇文章Camunda工作流引擎简记

源码地址,相关技术储备如下

  1. springboot–v2.5.4
  2. jpa–v2.5.4
  3. h2–v1.4.200
  4. camunda–v7.16.0

整个过程不需要建表,所见即所得!这就是JPA面向对象编程的好处,这也是我认为JPA优于Mybatis的地方。

虽然我两种都用,但应用实际demo,JPA的速度远超Mybatis。

一、展示效果

1.) 启动项目

2.) 访问http://localhost:9999/,账号密码均为demo,可以找到最终流程图。

3.) 访问http://localhost:9999/swagger-ui/index.html,调用接口,体验整个流程。

二、参考致谢

  1. xiaojing5576/workflow: 基于camunda实现的工作流设计
  2. FuriousPws002/camunda-bpm-spring-boot-example: Spring Boot and database integration camunda bpmn
发布:2022-11-24 23:28:01
修改:2023-04-22 20:36:58
链接:https://meethigher.top/blog/2022/camunda-practice/
标签:java camunda workflow 
付款码 打赏 分享
shift+ctrl+1可控制目录显示