Merge branch_2 with master

This commit is contained in:
MichuMGW
2025-10-03 11:49:48 +02:00

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");
System.out.println("Third println");
SpringApplication.run(DemoApplication.class, args);
}