Merge dev_4 branch

This commit is contained in:
lusniam
2025-10-02 15:37:29 +02:00

View File

@@ -11,6 +11,7 @@ public class DemoApplication {
System.out.println("Comment in develop branch"); System.out.println("Comment in develop branch");
System.out.println("Another comment in develop branch"); System.out.println("Another comment in develop branch");
System.out.println("Dev_3 comment"); System.out.println("Dev_3 comment");
System.out.println("Dev_4 comment");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }