Compare commits

...

1 Commits
master ... pp

Author SHA1 Message Date
rouchen a793be3bf8 11 2024-05-20 16:15:13 +08:00
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@ public class Demo02Application {
SpringApplication.run(Demo02Application.class, args);
System.out.println("1111");
System.out.println(
"2222"
);
System.out.println(
"3333"
);
}
}