Add another println in DemoApplication class
This commit is contained in:
parent
e11442f841
commit
a2b14336fc
@ -11,6 +11,7 @@ public class DemoApplication {
|
|||||||
System.out.println("Develop_2 here");
|
System.out.println("Develop_2 here");
|
||||||
System.out.println("Second println");
|
System.out.println("Second println");
|
||||||
System.out.println("Third println");
|
System.out.println("Third println");
|
||||||
|
System.out.println("Fourth println");
|
||||||
|
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user