Files
spring-boot-demo/core-beans/output/11-smartlifecycle-phases.txt
T

11 lines
222 B
Plaintext

# Three SmartLifecycle beans registered in the order 300, 100, 200
=== refresh() ===
start A (phase 100)
start B (phase 200)
start C (phase 300)
=== close() ===
stop C (phase 300)
stop B (phase 200)
stop A (phase 100)