SCIM optimize

This commit is contained in:
MaxKey
2021-11-13 11:30:07 +08:00
parent 681906e02a
commit 2cd04e788f
51 changed files with 961 additions and 221 deletions

View File

@@ -94,7 +94,7 @@ public class MaxKeyMgtJobs implements InitializingBean {
.build();
JobDataMap jobDataMap = new JobDataMap();
jobDataMap.put("groupsService", groupsService);
jobDataMap.put("service", groupsService);
CronScheduleBuilder scheduleBuilder = CronScheduleBuilder.cronSchedule(cronSchedule);
CronTrigger cronTrigger =
@@ -121,7 +121,7 @@ public class MaxKeyMgtJobs implements InitializingBean {
.build();
JobDataMap jobDataMap = new JobDataMap();
jobDataMap.put("accountsService", accountsService);
jobDataMap.put("service", accountsService);
CronScheduleBuilder scheduleBuilder = CronScheduleBuilder.cronSchedule(cronSchedule);
CronTrigger cronTrigger =