As flowable-rest-api demo war show api “/service/query/executions”,but with spring-boot flowable-rest could be “/query/executions”.In order to maintain continuity how could i do?
What do you mean with ‘continuity’?
You could map the Spring boot endpoint to another prefix, if I’m not mistaken?
thanks, t have solved this problem!
Is it a flowable configuration mapping common prefix for the rest api or is it spring boot configuration?
@Jonny_Dong How did you solve the problem? I’m struggling to solve this issue for me.
I checked rest-api-mapping property of flowable, but seems not to do what I expected.