Update src/main/java/com/example/demo/DemoApplication.java

This commit is contained in:
2025-10-16 13:05:48 +00:00
parent 0e774465c7
commit 8f242f7a45

View File

@@ -14,6 +14,7 @@ public class DemoApplication {
System.out.println("message from develop_4 branch"); System.out.println("message from develop_4 branch");
System.out.println("add message in master"); System.out.println("add message in master");
System.out.println("add message from develop_3 branch"); System.out.println("add message from develop_3 branch");
System.out.println("add on remote origin/master");
UserEntity.showUserEntityMessage(); UserEntity.showUserEntityMessage();
} }