Compare commits
3 Commits
e37516c650
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 836aa60d61 | |||
|
|
053415d9ae | ||
| 309da4c809 |
@@ -1 +1 @@
|
|||||||
Changed read me further
|
Changed read me further on new branch
|
||||||
@@ -10,6 +10,7 @@ public class DemoApplication {
|
|||||||
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(new Date());
|
||||||
|
System.out.println("End application");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user