chore: merge remote README from Gitea into local project

This commit is contained in:
2025-10-21 13:24:01 +02:00
parent e0cdbf8fc6
commit 3ac4291c33

View File

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