Compare commits

...

1 Commits

Author SHA1 Message Date
fe4487e465 Обновить src/main/java/com/example/demo/DemoApplication.java
added date print in main in DemoApplication.java
2025-10-21 11:38:10 +00:00

View File

@@ -11,6 +11,7 @@ public class DemoApplication {
System.out.println("Develop_2 branch change"); System.out.println("Develop_2 branch change");
System.out.println("Start application"); System.out.println("Start application");
System.out.println("Develop_1 change"); System.out.println("Develop_1 change");
System.out.println(new Date());
} }
} }