Run import before creating default realm
This commit is contained in:
parent
8544dd66d8
commit
f08477ea66
1 changed files with 2 additions and 2 deletions
|
@ -84,12 +84,12 @@ public class KeycloakApplication extends Application {
|
|||
classes.add(JsResource.class);
|
||||
classes.add(WelcomeResource.class);
|
||||
|
||||
checkExportImportProvider();
|
||||
|
||||
setupDefaultRealm(context.getContextPath());
|
||||
|
||||
setupScheduledTasks(providerSessionFactory);
|
||||
importRealms(context);
|
||||
|
||||
checkExportImportProvider();
|
||||
}
|
||||
|
||||
public String getContextPath() {
|
||||
|
|
Loading…
Reference in a new issue