Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9558827bf5 | |||
|
|
a64cef1f95 |
@@ -7,7 +7,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
public class DemoApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
SpringApplication.run(DemoApplication.class, args);
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user