Explorar el Código

Run first time listener for restoring instances also

pull/20/head
Kristijan Mitrovic hace 4 años
padre
commit
29e4fad0fb
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      bubble-server/src/main/java/bubble/server/BubbleServer.java

+ 2
- 1
bubble-server/src/main/java/bubble/server/BubbleServer.java Ver fichero

@@ -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 = {


Cargando…
Cancelar
Guardar