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