Compare commits
10 Commits
6175499491
...
27220984b1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27220984b1 | ||
|
|
ff957ca912 | ||
|
|
2a36aa89b1 | ||
|
|
af04ca5eaf | ||
|
|
66090ec5a2 | ||
|
|
5785d55639 | ||
|
|
7fc8ee8eba | ||
|
|
30a09ab741 | ||
|
|
13d0b0e0e9 | ||
|
|
3ea124f9b3 |
@@ -8,6 +8,7 @@ public class DemoApplication {
|
|||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
|
System.out.println("Ping-pong");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user