Creating users and group for a persistent database using spring boot and activiti.
I am trying to use MySql database to persist the data. I am using Spring boot project. When I first run the application, the database is created and data is inserted fine. When the application is restarted, I get an error as the users and group alrea...