From b5d8b7d4f83a865f208d3b1ec146af97406e7ad8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=A8=E6=A1=B7?=
<9428260+Sirius2021@user.noreply.gitee.com>
Date: Wed, 14 Jul 2021 12:02:43 +0800
Subject: [PATCH 1/3] test
---
Mytest/pom.xml | 19 +++++++++++++++++++
Mytest/src/main/java/test.java | 2 ++
pom.xml | 1 +
3 files changed, 22 insertions(+)
create mode 100644 Mytest/pom.xml
create mode 100644 Mytest/src/main/java/test.java
diff --git a/Mytest/pom.xml b/Mytest/pom.xml
new file mode 100644
index 0000000..8fead85
--- /dev/null
+++ b/Mytest/pom.xml
@@ -0,0 +1,19 @@
+
+
+
+ java-base-projects
+ org.example
+ 1.0-SNAPSHOT
+
+ 4.0.0
+
+ Mytest
+
+
+ 11
+ 11
+
+
+
\ No newline at end of file
diff --git a/Mytest/src/main/java/test.java b/Mytest/src/main/java/test.java
new file mode 100644
index 0000000..53ba7f6
--- /dev/null
+++ b/Mytest/src/main/java/test.java
@@ -0,0 +1,2 @@
+public class test {
+}
diff --git a/pom.xml b/pom.xml
index 1de3472..31f0532 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,7 @@
java-base-projects-map
java-base-projects-comprehensive
java-base-projects-task
+ Mytest
--
Gitee
From 78a43520e907638069074b6609f445b24b2186ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=A8=E6=A1=B7?=
<9428260+Sirius2021@user.noreply.gitee.com>
Date: Thu, 15 Jul 2021 10:46:40 +0800
Subject: [PATCH 2/3] test
---
Mytest/src/main/java/test.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Mytest/src/main/java/test.java b/Mytest/src/main/java/test.java
index 53ba7f6..9aacf9e 100644
--- a/Mytest/src/main/java/test.java
+++ b/Mytest/src/main/java/test.java
@@ -1,2 +1,5 @@
public class test {
+ public static void main(String[] args) {
+
+ }
}
--
Gitee
From 3ea4051b5c821e98c69445561a04f7594e660f51 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9C=A8=E6=A1=B7?=
<9428260+Sirius2021@user.noreply.gitee.com>
Date: Thu, 15 Jul 2021 10:48:44 +0800
Subject: [PATCH 3/3] test2
---
Mytest/src/main/java/test/mytest.java | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 Mytest/src/main/java/test/mytest.java
diff --git a/Mytest/src/main/java/test/mytest.java b/Mytest/src/main/java/test/mytest.java
new file mode 100644
index 0000000..219e601
--- /dev/null
+++ b/Mytest/src/main/java/test/mytest.java
@@ -0,0 +1,4 @@
+package test;
+
+public class mytest {
+}
--
Gitee