Bootstrapping Data in Spring Boot
Last Updated on February 4, 2022 by jt While developing a Spring Boot Application, sometimes we need to run a piece of code at startup. This code can be anything. You might want to log certain information or run some cron jobs or send some notifications. Or you might even want to start the application […]Continue reading