是否可以将camunda-bpm- spring - boot -starter-webapp & camunda-bpm-spring-boot-starter-rest集成到spring boot我已经尝试简单地集成这些包。但在运行该项目时,我发现只有springMVC模式被激活,并消除了在reactive模式下定义的所有路由器。spring MVC是通过Tomcat启动的。我现在只有一种模式可以激活: If SpringMVC : webapp OK,Routes NOK If Reactive : weba