工作流camunda

最近还是要跟spring源码与低代码的相关技术-工作流硬杠。

1、idea安装插件 maven archeType
2、添加JFrog

3、创建project,找到 camunda-springboot,创建工程。

4、h2改mysql数据源,报错数据库表不存在,问题是 mysql connector的版本不匹配(8.x),要改成5.1.*。

5、启动工程 localhost:8080端口。

下载 camunda moder工具,画流程图。加油。

Camunda Modeler5.0,部署地址

Camunda Modeler3.0,部署地址

modeler版本必须与camunda代码版本一致,否则报错

Spring Boot Starter versionCamunda Platform versionSpring Boot version
1.0.0*7.3.01.2.5.RELEASE
1.1.0*7.4.01.3.1.RELEASE
1.2.0*7.5.01.3.5.RELEASE
1.2.1*7.5.01.3.6.RELEASE
1.3.0*7.5.01.3.7.RELEASE
2.0.0**7.6.01.4.2.RELEASE
2.1.x**7.6.01.5.3.RELEASE
2.2.x**7.7.01.5.6.RELEASE
2.3.x7.8.01.5.8.RELEASE
3.0.x7.9.02.0.x.RELEASE
3.1.x7.10.02.0.x.RELEASE
3.2.x7.10.02.1.x.RELEASE
3.3.1+7.11.02.1.x.RELEASE
3.4.x7.12.02.2.x.RELEASE
7.13.x
7.13.3+***
7.13.x
7.13.3+
2.2.x.RELEASE
2.3.x.RELEASE
7.14.x
7.14.2+***
7.14.x
7.14.2+
2.3.x.RELEASE
2.4.x
7.15.x
7.15.3+***
7.15.x
7.15.3+
2.4.x
2.5.x
7.16.x
7.16.3+***
7.16.x
7.16.3+
2.5.x
2.6.x

生成代码的脚手架地址Camunda Platform InitializrCamunda Platform + Spring Boot in Secondshttps://start.camunda.comSetup a Spring Boot Project | docs.camunda.orgdocumentation of the Camunda Platform 7https://docs.camunda.org/get-started/spring-boot/project-setup/7.15.0为例:

<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-dependencies</artifactId>
            <version>2.4.3</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>

        <dependency>
            <groupId>org.camunda.bpm</groupId>
            <artifactId>camunda-bom</artifactId>
            <version>7.15.0</version>
            <scope>import</scope>
            <type>pom</type>
        </dependency>
    </dependencies>
</dependencyManagement>
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

大巨魔战将

如果对您有帮助,请打赏1分钱

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值