Merge pull request 'Added hello world line to DemoApplication' (#1) from new_feature2 into master
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
@@ -9,7 +9,7 @@ public class DemoApplication {
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
System.out.println(new Date());
|
||||
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user