【发布时间】:2023-03-17 08:10:01
【问题描述】:
当调用camunda的rest engine api取消这个url
我收到 404。请您帮忙找出我缺少的东西吗?
我已将其余 api 依赖项添加到我的 pom 中
<dependency>
<groupId>org.camunda.bpm.springboot</groupId>
<artifactId>camunda-bpm-spring-boot-starter-rest</artifactId>
</dependency>
当直接调用引擎时,我得到了资源:
当使用 spring boot actuator 检查映射的 url 时,我找不到 /engine-rest,所以我肯定在配置中遗漏了一些东西。
致电http://localhost:8081/orchestrator/rest/engine 返回
[
{
"name": "default"
}
]
感谢您的帮助
【问题讨论】:
标签: spring-boot camunda