Обновить src/main/java/com/example/demo/DemoApplication.java
added date print in main in DemoApplication.java
This commit is contained in:
@@ -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());
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user