Hello,
I’m trying to get a list of user’s and groups setup in our new spring boot camunda project. The problem is that both settings are ignored in application.properties:
camunda.bpm.init.groups-file=classpath:users/groups.csv
camunda.bpm.init.users-file=classpath:users/users.csv
Are these settings still available to use (they worked previously before migrating to use the spring boot starter)?