i made the bpmn diagram using camunda modeller , i ran my springboot (on port 7001) after that i clicked on the deployed button, where we have to select an end point etc to deploy our bpmn diagram .
but as i click the deploy button it is showing the following error-
So you’re using an older version of the spring boot starter - you can check out the compatibility matrix if you want to look into upgrading to the new version.
I’m pretty sure that in that version the endpoint was actually localhost:<port>/rest
So maybe you can give that a go if you don’t want to upgrade.