Camunda SpringBoot 1 起步
引入依赖
| 1 | implementation 'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter-webapp:7.17.0' | 
这个依赖同时会引入一个Web端的管理界面,如果不需要只需要引入
| 1 | implementation 'org.camunda.bpm.springboot:camunda-bpm-spring-boot-starter:7.17.0' | 
添加配置
| 1 | camunda: | 
其他配置官方文档。
启动项目。访问:http://localhost:port

本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 阮雪峰的博客 | RuanXuefeng’s Blog!





