I set the mysql java connector to version 5.1.44
implementation ‘mysql:mysql-connector-java:5.1.44’
Now at start up it creates the tables, but it doesn’t populate the ACT_ID* tables, so there are no default users.
I set the mysql java connector to version 5.1.44
implementation ‘mysql:mysql-connector-java:5.1.44’
Now at start up it creates the tables, but it doesn’t populate the ACT_ID* tables, so there are no default users.