spring.datasource.url=jdbc:mysql://localhost:3306/testdb spring.datasource.username=root spring.datasource.password=root spring.datasource.driver-class-name=com.mysql.jdbc.Driver spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect camunda.bpm.database.type=mysql camunda.bpm.application.scan-for-process-definitions=true spring.main.allow-bean-definition-overriding=true