Skip to content

Instantly share code, notes, and snippets.

@olbpetersson
Created December 6, 2017 00:00
Show Gist options
  • Save olbpetersson/3f2bfab80824149ee0ebd689b4754142 to your computer and use it in GitHub Desktop.
Save olbpetersson/3f2bfab80824149ee0ebd689b4754142 to your computer and use it in GitHub Desktop.
@Component
public class SpringReactiveApplicationCLR implements CommandLineRunner {
@Override
public void run(String... args) throws Exception {
//Executed when the spring boot application starts
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment