Configure a background coroutine for your Spring Boot application
Sometimes you need to run work in the background of a Spring Boot application. This may be work that should not block the HTTP request that triggered it, or work that is started by a scheduled process
blog.hbrown.dev6 min read