Merge pull request 'new_feature' (#1) from new_feature into master
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -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