forked from sczupryn/DemoApp
Resolved merge conflict
This commit is contained in:
commit
5c74842a11
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
4
src/main/java/controller/UserController.java
Normal file
4
src/main/java/controller/UserController.java
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
package controller;
|
||||||
|
|
||||||
|
public class UserController {
|
||||||
|
}
|
@ -6,7 +6,7 @@ import org.springframework.boot.SpringApplication;
|
|||||||
public class Main {
|
public class Main {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Start application");
|
System.out.println("Start application");
|
||||||
System.out.println("Start application 3");
|
System.out.println("Start application 2");
|
||||||
SpringApplication.run(Main.class, args);
|
SpringApplication.run(Main.class, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user