demo1-hello
This commit is contained in:
parent
9876d8641a
commit
6baa947d15
|
|
@ -7,6 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||||
public class Demo1Application {
|
public class Demo1Application {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hello World");
|
||||||
SpringApplication.run(Demo1Application.class, args);
|
SpringApplication.run(Demo1Application.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue