How connect two camunda services to the same database(ms SQL)?

Hi,

we have 2 spring boot applications and we are trying to use same datasource details in both services.

we have observed that 1st service delegates and property files are getting deleted from DB and updated with 2nd service delegates and property files.

so 1st service is failing with missing beans error.

Could someone please help to resolve this issue.