整个camunda的绘图、具体使用,参照上一篇文章Camunda工作流引擎简记。
源码地址,相关技术储备如下
- springboot--v2.5.4
- jpa--v2.5.4
- postgresql--v11
- camunda--v7.16.0
整个过程不需要建表,所见即所得!这就是JPA面向对象编程的好处,这也是我认为JPA优于Mybatis的地方。
虽然我两种都用,但应用实际demo,JPA的速度远超Mybatis。
1.) 启动项目
2.) 访问http://localhost:9999/
,账号密码均为demo,可以找到最终流程图。
3.) 访问http://localhost:9999/swagger-ui/index.html
,调用接口,体验整个流程。