Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
48b13cf736 | |||
7e47aabdf1 |
@ -9,6 +9,8 @@ public class DemoApplication {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
|
System.out.println(new Date());
|
||||||
|
System.out.println("Appliccation ended");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user