Created
July 15, 2023 05:58
-
-
Save sandipchitale/7a3cb345fe9daa5c573a176363921b5e to your computer and use it in GitHub Desktop.
Command Line Runner #springboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Bean | |
public CommandLineRunner clr() { | |
return args -> { | |
}; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment