add hello2 to main file
This commit is contained in:
parent
12e635a12a
commit
69139494a2
@ -8,6 +8,7 @@ public class DemoApplication {
|
|||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("hello");
|
System.out.println("hello");
|
||||||
|
System.out.println("hello2");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user