Compare commits
4 Commits
27220984b1
...
new_featur
| Author | SHA1 | Date | |
|---|---|---|---|
| e7708cc1c0 | |||
|
|
715d43fad2 | ||
| 3a73031804 | |||
| dd84024156 |
@@ -0,0 +1 @@
|
||||
newfeaturezmiana
|
||||
@@ -8,7 +8,8 @@ public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Start application");
|
||||
System.out.println("Ping-pong");
|
||||
System.out.println("Pingpong");
|
||||
System.out.println(new Date());
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user