Add new println
This commit is contained in:
parent
c664666979
commit
30ed16e356
@ -8,6 +8,7 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
System.out.println(new Date());
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user