Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.