Infinite Loop with ApplicationReadyEvent – Spring Boot
In my previous post, I wrote about running infinite loop in Java and also I mention that it was not recommended way of doing and wrote an alternate way with Spring boot scheduling, read here. In this blog lets see how we can achieve with the ApplicationReadyEvent in SpringBoot Create a class implementing the org.springframework.context.ApplicationListener and implement…
