Bläddra i källkod

Run first time listener for restoring instances also

pull/20/head
Kristijan Mitrovic 4 år sedan
förälder
incheckning
29e4fad0fb
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. +2
    -1
      bubble-server/src/main/java/bubble/server/BubbleServer.java

+ 2
- 1
bubble-server/src/main/java/bubble/server/BubbleServer.java Visa fil

@@ -56,7 +56,8 @@ public class BubbleServer extends RestServerBase<BubbleConfiguration> {
});

public static final List<RestServerLifecycleListener> RESTORE_LIFECYCLE_LISTENERS = Arrays.asList(new RestServerLifecycleListener[] {
new NodeInitializerListener()
new NodeInitializerListener(),
new BubbleFirstTimeListener()
});

public static final String[] DEFAULT_ENV_FILE_PATHS = {


Laddar…
Avbryt
Spara