Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9558827bf5 | |||
|
|
a64cef1f95 |
@@ -1 +1,2 @@
|
|||||||
This id documentation of the project.
|
This id documentation of the project.
|
||||||
|
zmianyyyyy
|
||||||
@@ -7,7 +7,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||||||
public class DemoApplication {
|
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!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user