Обновить src/main/java/com/example/demo/DemoApplication.java

added date print in main in DemoApplication.java
This commit is contained in:
2025-10-21 11:38:10 +00:00
parent 5eeca9859a
commit fe4487e465

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());
} }
} }