mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
SmartLifecycle default methods for auto-startup in default phase
Issue: SPR-17188
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ public class GenericMessageEndpointManager implements SmartLifecycle, Initializi
|
||||
|
||||
private boolean autoStartup = true;
|
||||
|
||||
private int phase = Integer.MAX_VALUE;
|
||||
private int phase = DEFAULT_PHASE;
|
||||
|
||||
private volatile boolean running = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user