From d4714ae61cc73ba5ecd3204a3d461268e1646c07 Mon Sep 17 00:00:00 2001 From: cuijiawang Date: Wed, 24 Sep 2025 16:59:01 +0800 Subject: [PATCH] move --- agileboot-cloud/pom.xml | 1 + {agileboot-system => agileboot-cloud}/wol-gateway/pom.xml | 2 +- .../main/java/com/agileboot/gateway/WolGatewayApplication.java | 0 .../src/main/java/com/agileboot/gateway/filter/AuthFilter.java | 0 .../java/com/agileboot/gateway/filter/ForwardAuthFilter.java | 0 .../wol-gateway/src/main/resources/application.yml | 3 +-- agileboot-system/pom.xml | 1 - 7 files changed, 3 insertions(+), 4 deletions(-) rename {agileboot-system => agileboot-cloud}/wol-gateway/pom.xml (96%) rename {agileboot-system => agileboot-cloud}/wol-gateway/src/main/java/com/agileboot/gateway/WolGatewayApplication.java (100%) rename {agileboot-system => agileboot-cloud}/wol-gateway/src/main/java/com/agileboot/gateway/filter/AuthFilter.java (100%) rename {agileboot-system => agileboot-cloud}/wol-gateway/src/main/java/com/agileboot/gateway/filter/ForwardAuthFilter.java (100%) rename {agileboot-system => agileboot-cloud}/wol-gateway/src/main/resources/application.yml (71%) diff --git a/agileboot-cloud/pom.xml b/agileboot-cloud/pom.xml index 23cfc7f..acdea5d 100644 --- a/agileboot-cloud/pom.xml +++ b/agileboot-cloud/pom.xml @@ -10,6 +10,7 @@ pom agileboot-cloud-start + wol-gateway diff --git a/agileboot-system/wol-gateway/pom.xml b/agileboot-cloud/wol-gateway/pom.xml similarity index 96% rename from agileboot-system/wol-gateway/pom.xml rename to agileboot-cloud/wol-gateway/pom.xml index 8dba4e2..6ae3963 100644 --- a/agileboot-system/wol-gateway/pom.xml +++ b/agileboot-cloud/wol-gateway/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.agileboot - agileboot-system + agileboot-cloud 1.0.0 diff --git a/agileboot-system/wol-gateway/src/main/java/com/agileboot/gateway/WolGatewayApplication.java b/agileboot-cloud/wol-gateway/src/main/java/com/agileboot/gateway/WolGatewayApplication.java similarity index 100% rename from agileboot-system/wol-gateway/src/main/java/com/agileboot/gateway/WolGatewayApplication.java rename to agileboot-cloud/wol-gateway/src/main/java/com/agileboot/gateway/WolGatewayApplication.java diff --git a/agileboot-system/wol-gateway/src/main/java/com/agileboot/gateway/filter/AuthFilter.java b/agileboot-cloud/wol-gateway/src/main/java/com/agileboot/gateway/filter/AuthFilter.java similarity index 100% rename from agileboot-system/wol-gateway/src/main/java/com/agileboot/gateway/filter/AuthFilter.java rename to agileboot-cloud/wol-gateway/src/main/java/com/agileboot/gateway/filter/AuthFilter.java diff --git a/agileboot-system/wol-gateway/src/main/java/com/agileboot/gateway/filter/ForwardAuthFilter.java b/agileboot-cloud/wol-gateway/src/main/java/com/agileboot/gateway/filter/ForwardAuthFilter.java similarity index 100% rename from agileboot-system/wol-gateway/src/main/java/com/agileboot/gateway/filter/ForwardAuthFilter.java rename to agileboot-cloud/wol-gateway/src/main/java/com/agileboot/gateway/filter/ForwardAuthFilter.java diff --git a/agileboot-system/wol-gateway/src/main/resources/application.yml b/agileboot-cloud/wol-gateway/src/main/resources/application.yml similarity index 71% rename from agileboot-system/wol-gateway/src/main/resources/application.yml rename to agileboot-cloud/wol-gateway/src/main/resources/application.yml index ffe8c39..60ef37e 100644 --- a/agileboot-system/wol-gateway/src/main/resources/application.yml +++ b/agileboot-cloud/wol-gateway/src/main/resources/application.yml @@ -1,4 +1,3 @@ -# Tomcat server: port: 8080 servlet: @@ -6,4 +5,4 @@ server: spring: application: - name: wol-gateway \ No newline at end of file + name: wol-gateway diff --git a/agileboot-system/pom.xml b/agileboot-system/pom.xml index 529229c..9c66627 100644 --- a/agileboot-system/pom.xml +++ b/agileboot-system/pom.xml @@ -12,7 +12,6 @@ wol-auth agileboot-system-base - wol-gateway