Co-Authored-By: Claude Sonnet 5 <[email protected]> Claude-Session: https://claude.ai/code/session_01JoVmf2fWvcpoXndcDSwRf7
12 lines
613 B
Plaintext
12 lines
613 B
Plaintext
# Every SmartLifecycle bean in a Boot web application, highest phase (stops first) at the top
|
|
|
|
phase bean name class
|
|
2147483647 earlyWorker EarlyWorker
|
|
2147482623 webServerGracefulShutdown WebServerGracefulShutdownLifecycle
|
|
2147481599 webServerStartStop WebServerStartStopLifecycle
|
|
1073741823 applicationTaskExecutor ThreadPoolTaskExecutor
|
|
1000 lateWorker LateWorker
|
|
-2147483647 springBootLoggingLifecycle Lifecycle
|
|
|
|
SmartLifecycle.DEFAULT_PHASE = 2147483647
|