在springboot中如何对camunda 设置
时间: 2024-02-06 20:10:57
浏览: 194
在Spring Boot中,可以通过使用 `camunda-bpm-spring-boot-starter` 依赖来集成Camunda流程引擎。以下是配置Camunda的步骤:
1. 添加依赖
在 `pom.xml` 中添加以下依赖:
```xml
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter</artifactId>
<version>7.15.0</version>
</dependency>
```
最低
0.47元/天
开通会员,查看完整答案
成为会员后, 你将解锁
下载资源随意下
优质VIP博文免费学
优质文库回答免费看
C知道免费提问
付费资源9折优惠