From 9ddf51a5ea3992444b8364f9596453b400673a9f Mon Sep 17 00:00:00 2001
From: tahaaden <106543380+tahaaden@users.noreply.github.com>
Date: Mon, 6 Jun 2022 19:10:45 +0300
Subject: [PATCH 1/2] http://maven.apache.org/POM/4.0.0
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
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
---
.../example/hello/HelloApplicationTests.java | 63 +++++++++++++++++++
1 file changed, 63 insertions(+)
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
From a73d2bb326fae25b566da1fa86d76fd9f896993c Mon Sep 17 00:00:00 2001
From: tahaaden <106543380+tahaaden@users.noreply.github.com>
Date: Mon, 6 Jun 2022 19:19:29 +0300
Subject: [PATCH 2/2] Create README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fec5601
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# Hello