Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
a793be3bf8 |
|
@ -10,6 +10,13 @@ public class Demo02Application {
|
|||
SpringApplication.run(Demo02Application.class, args);
|
||||
|
||||
System.out.println("1111");
|
||||
|
||||
System.out.println(
|
||||
"2222"
|
||||
);
|
||||
System.out.println(
|
||||
"3333"
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue