new Date
This commit is contained in:
parent
ea846bb1f3
commit
24c3c039e1
@ -11,6 +11,7 @@ public class DemoApplication {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Develop_2");
|
||||
|
||||
System.out.println(new Date());
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user