Added and modified files
This commit is contained in:
parent
4b7265e352
commit
bbbb4c0bbe
BIN
.gitignore.swp
Normal file
BIN
.gitignore.swp
Normal file
Binary file not shown.
@ -7,6 +7,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||||||
public class DemoApplication {
|
public class DemoApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Start application");
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
0
src/main/java/com/example/demo/test.java
Normal file
0
src/main/java/com/example/demo/test.java
Normal file
Loading…
Reference in New Issue
Block a user