From 8247085a666fa0d974dc8be3db38c470590aeecf Mon Sep 17 00:00:00 2001
From: "Yangkai.Shen" <237497819@qq.com>
Date: Thu, 18 Aug 2022 00:37:21 +0800
Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E5=9F=BA=E7=A1=80=E6=A8=A1?=
=?UTF-8?q?=E5=9D=97=E4=B9=8B=20helloworld=20=E6=A1=88=E4=BE=8B=E5=AE=8C?=
=?UTF-8?q?=E6=88=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
{demo-helloworld => demo-base/demo-base-helloworld}/README.md | 0
{demo-helloworld => demo-base/demo-base-helloworld}/pom.xml | 8 ++++----
.../main/java/com/xkcoding/helloworld/HelloworldApplication.java | 0
.../demo-base-helloworld}/src/main/resources/application.yml | 0
.../helloworld/SpringBootDemoHelloworldApplicationTests.java | 0
demo-base/pom.xml | 5 +++++
pom.xml | 1 -
7 files changed, 9 insertions(+), 5 deletions(-)
rename {demo-helloworld => demo-base/demo-base-helloworld}/README.md (100%)
rename {demo-helloworld => demo-base/demo-base-helloworld}/pom.xml (87%)
rename {demo-helloworld => demo-base/demo-base-helloworld}/src/main/java/com/xkcoding/helloworld/HelloworldApplication.java (100%)
rename {demo-helloworld => demo-base/demo-base-helloworld}/src/main/resources/application.yml (100%)
rename {demo-helloworld => demo-base/demo-base-helloworld}/src/test/java/com/xkcoding/helloworld/SpringBootDemoHelloworldApplicationTests.java (100%)
diff --git a/demo-helloworld/README.md b/demo-base/demo-base-helloworld/README.md
similarity index 100%
rename from demo-helloworld/README.md
rename to demo-base/demo-base-helloworld/README.md
diff --git a/demo-helloworld/pom.xml b/demo-base/demo-base-helloworld/pom.xml
similarity index 87%
rename from demo-helloworld/pom.xml
rename to demo-base/demo-base-helloworld/pom.xml
index f22374d..9ac4ea3 100644
--- a/demo-helloworld/pom.xml
+++ b/demo-base/demo-base-helloworld/pom.xml
@@ -3,17 +3,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
com.xkcoding
- spring-boot-demo
+ demo-base
1.0.0-SNAPSHOT
4.0.0
- demo-helloworld
+ demo-base-helloworld
1.0.0-SNAPSHOT
jar
- demo-helloworld
+ demo-base-helloworld
Demo project for Spring Boot
@@ -39,7 +39,7 @@
- demo-helloworld
+ demo-base-helloworld
org.springframework.boot
diff --git a/demo-helloworld/src/main/java/com/xkcoding/helloworld/HelloworldApplication.java b/demo-base/demo-base-helloworld/src/main/java/com/xkcoding/helloworld/HelloworldApplication.java
similarity index 100%
rename from demo-helloworld/src/main/java/com/xkcoding/helloworld/HelloworldApplication.java
rename to demo-base/demo-base-helloworld/src/main/java/com/xkcoding/helloworld/HelloworldApplication.java
diff --git a/demo-helloworld/src/main/resources/application.yml b/demo-base/demo-base-helloworld/src/main/resources/application.yml
similarity index 100%
rename from demo-helloworld/src/main/resources/application.yml
rename to demo-base/demo-base-helloworld/src/main/resources/application.yml
diff --git a/demo-helloworld/src/test/java/com/xkcoding/helloworld/SpringBootDemoHelloworldApplicationTests.java b/demo-base/demo-base-helloworld/src/test/java/com/xkcoding/helloworld/SpringBootDemoHelloworldApplicationTests.java
similarity index 100%
rename from demo-helloworld/src/test/java/com/xkcoding/helloworld/SpringBootDemoHelloworldApplicationTests.java
rename to demo-base/demo-base-helloworld/src/test/java/com/xkcoding/helloworld/SpringBootDemoHelloworldApplicationTests.java
diff --git a/demo-base/pom.xml b/demo-base/pom.xml
index f9f2dcb..8bd9a2a 100644
--- a/demo-base/pom.xml
+++ b/demo-base/pom.xml
@@ -12,9 +12,14 @@
demo-base
1.0.0-SNAPSHOT
+ pom
17
+
+ demo-base-helloworld
+
+
diff --git a/pom.xml b/pom.xml
index c1bfaff..5ac5d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,6 @@
common-tools
demo-base
- demo-helloworld
demo-properties
demo-actuator
demo-admin