diff --git a/README.md b/README.md new file mode 100644 index 0000000..fec5601 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Hello diff --git a/src/test/java/com/example/hello/HelloApplicationTests.java b/src/test/java/com/example/hello/HelloApplicationTests.java index 754475f..72026c4 100644 --- a/src/test/java/com/example/hello/HelloApplicationTests.java +++ b/src/test/java/com/example/hello/HelloApplicationTests.java @@ -14,3 +14,66 @@ public void contextLoads() { } } + + + 4.0.0 + + com.example + hello + 0.0.1-SNAPSHOT + jar + + hello + Demo project for Spring Boot + + + org.springframework.boot + spring-boot-starter-parent + 2.0.5.RELEASE + + + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-web + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 1.3.2 + + + + mysql + mysql-connector-java + runtime + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + +http://maven.apache.org/POM/4.0.0 +http://maven.apache.org/xsd/maven-4.0.0.xsd +http://www.w3.org/2001/XMLSchema-instance