Merge branch_1 with master

This commit is contained in:
MichuMGW 2025-10-03 11:46:45 +02:00
commit 6dfd87adb4

View File

@ -10,6 +10,7 @@ public class DemoApplication {
System.out.println("Start application");
System.out.println("Develop_2 here");
System.out.println("Second println");
SpringApplication.run(DemoApplication.class, args);
}