Compare commits
1 Commits
a3d498075a
...
develop_!
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8bea0d35aa |
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@@ -2,6 +2,5 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="" vcs="Git" />
|
<mapping directory="" vcs="Git" />
|
||||||
<mapping directory="$PROJECT_DIR$/DemoA" vcs="Git" />
|
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -7,11 +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) {
|
||||||
|
|
||||||
SpringApplication.run(DemoApplication.class, args);
|
SpringApplication.run(DemoApplication.class, args);
|
||||||
System.out.println("Hello World!");
|
|
||||||
//bhjvhvhvhjvj
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
4
src/main/java/com/example/demo/demo.java
Normal file
4
src/main/java/com/example/demo/demo.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package com.example.demo;
|
||||||
|
|
||||||
|
public class demo {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user