How to stop deploying the Camunda processess into the Database

Hello, I am new to Camunda i need some info about Deployment of Camunda Processes to the Database. I have a Springboot app to initiate the Camunda Process. When running this application everytime on my local, this will deploy the local Camunda processes into DB replacing the already existing ones. I want to know how can we stop this happening. Please let me know if you need any more info. Thanks!!

@suryamsh Are you using deployment descriptor(processes.xml) in your application?

If yes, and the property isDeleteUponUndeploy has been set to true, then change to false.