CommandLineRunner example What is spring boot CommandLineRunner CommandLineRunner is way how to access args passed to application. to run specific code after Spring application has started.