Compare commits
2 Commits
264c691c93
...
58627a3a10
| Author | SHA1 | Date | |
|---|---|---|---|
| 58627a3a10 | |||
|
|
6157e896b1 |
@@ -9,7 +9,7 @@ public class DemoApplication {
|
|||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
System.out.println(new Date());
|
System.out.println(new Date());
|
||||||
|
System.out.println("Hello World!");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user