Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @Component
  2. @Order(1)
  3. public class DemoBean1 implements CommandLineRunner {
  4.  
  5. @Override
  6. public void run(String... args) {
  7. System.out.println("first");
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement