file modified file renamed new file created

This commit is contained in:
PewkaP 2024-10-11 14:05:11 +02:00
parent 16e739a6d6
commit 39fbe936c8
3 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ public class DemoApplication {
public static void main(String[] args) { public static void main(String[] args) {
System.out.println("Start application"); System.out.println("Start application");
System.out.println("Start application2");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }