Service Startup Failure Caused by @EventListener
Using @EventListener({ApplicationReadyEvent.class}) allows you to execute some special business data operations after the service starts.
Using @EventListener({ApplicationReadyEvent.class}) allows you to execute some special business data operations after the service starts.
With the mindset of learning Spring source code, I encountered many issues along the way.