name: ‘camunda-bpm-spring-boot-starter’, version: ‘3.0.0’
generated spring boot app with spring initializer
Im using constructor injection

Hello

Problem description: Every time I restart my app & change 1 file , then all my *.bpmn files are redeployed with new version. I would like the app to redeploy only the changed file with new version.

If possible then how to enable duplicate filtering at spring boot startup ?

I have read this article but since it wont explain to a beginner there is not much I can do with this knowledge.