Springboot autodeploy problem

Hello

I have tried the Camunda springboot application. I set in the application.properties the autodeploy it does not work.
Do you have any idea what can be the problem?
Here is my project:

Try setting job-execution.deployment-aware to “true”.

thx , I changed the classpath value to classpath*:*.*mn and now it’s working.