Spring Boot + Embedded engine + REST API integration

Hello again,
I need some help with the integration of REST API and Spring Boot. I have an existing Spring Boot application with configured Camunda engine inside. I’ve seen this example: https://github.com/camunda/camunda-bpm-examples/tree/master/deployment/embedded-spring-rest. I’ve done all important steps (as I think) but no endpoints are available. The application is getting started but there is nothing interesting in logs.

Thanks for any help.

I’m pretty sure it doesn’t work because of web.xml configuration…

Are you using the camunda Spring boot starter?

@thorben not in this application