Spring Boot Application Startup Listener or init Method
1. Overview spring boot application startup listener or init Method called when spring application will start. It will be called only once in spring boot application cycle. Sometimes we need to execute…