Compare commits
3 Commits
300d59fdd7
...
new
| Author | SHA1 | Date | |
|---|---|---|---|
| d70c3519dc | |||
|
|
b74950a027 | ||
|
|
c411cbafc1 |
@@ -1 +1 @@
|
|||||||
hello
|
hello hello world
|
||||||
@@ -8,7 +8,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("Hello world");
|
System.out.println("Hello");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user