Spring boot provide some useful application event when it try to start the application context. some of them are
- ApplicationStartingEvent
- ApplicationEnvironmentPreparedEvent
- ApplicationPreparedEvent
- ApplicationReadyEvent 5.ApplicationFailedEvent
For details look at the spring docs.