This thread might help you: Spring Boot integration with a differnet database
You could try this:
config.setDatabaseSchemaUpdate(ProcessEngineConfiguration.DB_SCHEMA_UPDATE_FALSE);
Using this will skip the updating of the tables/schema then.
This thread might help you: Spring Boot integration with a differnet database
You could try this:
config.setDatabaseSchemaUpdate(ProcessEngineConfiguration.DB_SCHEMA_UPDATE_FALSE);
Using this will skip the updating of the tables/schema then.