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