pp
parent
381f4ec71a
commit
a793be3bf8
|
@ -10,6 +10,13 @@ public class Demo02Application {
|
||||||
SpringApplication.run(Demo02Application.class, args);
|
SpringApplication.run(Demo02Application.class, args);
|
||||||
|
|
||||||
System.out.println("1111");
|
System.out.println("1111");
|
||||||
|
|
||||||
|
System.out.println(
|
||||||
|
"2222"
|
||||||
|
);
|
||||||
|
System.out.println(
|
||||||
|
"3333"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue