spring MVC rest does not work with camunda

I am using camunda 7.20 and when I try to use spring mvn rest config e.g
@PostMapping
so I cant expose a api using spring mvc rather I have to use Jersey to all my endpoints.
Is there a config that helps me to keep my springrest endpoints and just use camunda on top of it

I also use this combination (Spring REST + Camunda) and have no problems. Please describe your problem in more details.

Hi thank you for replying.
Which version of camunda you are using?
I am using camunda 7.20, and springboot 3.
when add camunda rest to the pom.
Then if I try to use Spring rest controller it does not work, @GetMapping for example gives me 404 instead I have to use Jersey @GET, if I remove camunda it works fine.

What is your camunda libs and your configuration?

Hello @Claudio_Resende !

Do you want to take a screenshot of your controller class… so we can help you better?

William Robert Alves