是否可以将camunda-bpm- spring - boot -starter-webapp & camunda-bpm-spring-boot-starter-rest集成到spring bootreactive项目中?但在运行该项目时,我发现只有springMVC模式被激活,并消除了在reactive模式下定义的所有路由器。spring MVC是通过Tomcat启动的。我现在只有一种模式可以激活: If SpringMVC : webapp OK,Routes NOK If
我正在学习SpringReactive,并有以下基本的reactive演示代码。import org.springframework.web.reactive.function.client.WebClient;class- subscribed: MonoFlatMap
20:32:55.652 [main] INFO com.example.reactive.reactivedemo.WebClientTests- su