diff --git a/wol-boot-start/pom.xml b/agileboot-boot-start/pom.xml
similarity index 94%
rename from wol-boot-start/pom.xml
rename to agileboot-boot-start/pom.xml
index 8e7db47..b5c5528 100644
--- a/wol-boot-start/pom.xml
+++ b/agileboot-boot-start/pom.xml
@@ -6,7 +6,7 @@
agileboot
1.0.0
- wol-boot-start
+ agileboot-boot-start
diff --git a/wol-boot-start/src/main/java/com/agileboot/WolBootApplication.java b/agileboot-boot-start/src/main/java/com/agileboot/AgilebootBootApplication.java
similarity index 90%
rename from wol-boot-start/src/main/java/com/agileboot/WolBootApplication.java
rename to agileboot-boot-start/src/main/java/com/agileboot/AgilebootBootApplication.java
index 9753ef0..b24fda9 100644
--- a/wol-boot-start/src/main/java/com/agileboot/WolBootApplication.java
+++ b/agileboot-boot-start/src/main/java/com/agileboot/AgilebootBootApplication.java
@@ -8,10 +8,10 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @Create 2025-08-12 18:07
*/
@SpringBootApplication
-public class WolBootApplication {
-
+public class AgilebootBootApplication {
+
public static void main(String[] args) {
- SpringApplication.run(WolBootApplication.class, args);
+ SpringApplication.run(AgilebootBootApplication.class, args);
String successMsg = " ____ _ _ __ _ _ \n"
+ " / ___| | |_ __ _ _ __ | |_ _ _ _ __ ___ _ _ ___ ___ ___ ___ ___ / _| _ _ | || |\n"
+ " \\___ \\ | __|/ _` || '__|| __| | | | || '_ \\ / __|| | | | / __|/ __|/ _ \\/ __|/ __|| |_ | | | || || |\n"
diff --git a/wol-boot-start/src/main/resources/application.yml b/agileboot-boot-start/src/main/resources/application.yml
similarity index 100%
rename from wol-boot-start/src/main/resources/application.yml
rename to agileboot-boot-start/src/main/resources/application.yml
diff --git a/wol-server-cloud/wol-cloud-start/pom.xml b/agileboot-cloud/agileboot-cloud-start/pom.xml
similarity index 85%
rename from wol-server-cloud/wol-cloud-start/pom.xml
rename to agileboot-cloud/agileboot-cloud-start/pom.xml
index 93422e0..3913b0a 100644
--- a/wol-server-cloud/wol-cloud-start/pom.xml
+++ b/agileboot-cloud/agileboot-cloud-start/pom.xml
@@ -3,10 +3,10 @@
4.0.0
com.agileboot
- wol-server-cloud
+ agileboot-cloud
1.0.0
- wol-cloud-start
+ agileboot-cloud-start
diff --git a/wol-server-cloud/wol-cloud-start/src/main/java/com/agileboot/WolCloudApplication.java b/agileboot-cloud/agileboot-cloud-start/src/main/java/com/agileboot/AgilebootCloudApplication.java
similarity index 81%
rename from wol-server-cloud/wol-cloud-start/src/main/java/com/agileboot/WolCloudApplication.java
rename to agileboot-cloud/agileboot-cloud-start/src/main/java/com/agileboot/AgilebootCloudApplication.java
index 143295c..70201cf 100644
--- a/wol-server-cloud/wol-cloud-start/src/main/java/com/agileboot/WolCloudApplication.java
+++ b/agileboot-cloud/agileboot-cloud-start/src/main/java/com/agileboot/AgilebootCloudApplication.java
@@ -7,5 +7,5 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @Create 2025-08-12 17:35
*/
@SpringBootApplication
-public class WolCloudApplication {
+public class AgilebootCloudApplication {
}
diff --git a/wol-server-cloud/wol-cloud-start/src/main/resources/Dockerfile b/agileboot-cloud/agileboot-cloud-start/src/main/resources/Dockerfile
similarity index 100%
rename from wol-server-cloud/wol-cloud-start/src/main/resources/Dockerfile
rename to agileboot-cloud/agileboot-cloud-start/src/main/resources/Dockerfile
diff --git a/wol-server-cloud/wol-cloud-start/src/main/resources/application.yml b/agileboot-cloud/agileboot-cloud-start/src/main/resources/application.yml
similarity index 100%
rename from wol-server-cloud/wol-cloud-start/src/main/resources/application.yml
rename to agileboot-cloud/agileboot-cloud-start/src/main/resources/application.yml
diff --git a/wol-server-cloud/pom.xml b/agileboot-cloud/pom.xml
similarity index 83%
rename from wol-server-cloud/pom.xml
rename to agileboot-cloud/pom.xml
index ed345de..23cfc7f 100644
--- a/wol-server-cloud/pom.xml
+++ b/agileboot-cloud/pom.xml
@@ -6,10 +6,10 @@
agileboot
1.0.0
- wol-server-cloud
+ agileboot-cloud
pom
- wol-cloud-start
+ agileboot-cloud-start
diff --git a/pom.xml b/pom.xml
index 3c0c9a3..7f02bd2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,9 +17,9 @@
agileboot-common
agileboot-system
+ agileboot-boot-start
+ agileboot-cloud
wol-modules
- wol-boot-start
- wol-server-cloud
pom