Skip to content

Instantly share code, notes, and snippets.

@sandipchitale
Created July 15, 2023 05:58
Show Gist options
  • Save sandipchitale/7a3cb345fe9daa5c573a176363921b5e to your computer and use it in GitHub Desktop.
Save sandipchitale/7a3cb345fe9daa5c573a176363921b5e to your computer and use it in GitHub Desktop.
Command Line Runner #springboot
@Bean
public CommandLineRunner clr() {
return args -> {
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment