From 040fa00415346daa3c70056d81c959af0b151570 Mon Sep 17 00:00:00 2001 From: ztzh_xieyun Date: Thu, 18 Apr 2024 17:07:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/sf/vertx/{ => api}/pojo/AppConfig.java | 2 +- .../main/java/com/sf/vertx/{ => api}/pojo/ServerAddress.java | 2 +- .../src/main/java/com/sf/vertx/{ => api}/pojo/Strategy.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename sf-vertx-api/src/main/java/com/sf/vertx/{ => api}/pojo/AppConfig.java (91%) rename sf-vertx-api/src/main/java/com/sf/vertx/{ => api}/pojo/ServerAddress.java (90%) rename sf-vertx-api/src/main/java/com/sf/vertx/{ => api}/pojo/Strategy.java (85%) diff --git a/sf-vertx-api/src/main/java/com/sf/vertx/pojo/AppConfig.java b/sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/AppConfig.java similarity index 91% rename from sf-vertx-api/src/main/java/com/sf/vertx/pojo/AppConfig.java rename to sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/AppConfig.java index 83d20b5..70319e6 100644 --- a/sf-vertx-api/src/main/java/com/sf/vertx/pojo/AppConfig.java +++ b/sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/AppConfig.java @@ -1,4 +1,4 @@ -package com.sf.vertx.pojo; +package com.sf.vertx.api.pojo; import java.io.Serializable; import java.util.List; diff --git a/sf-vertx-api/src/main/java/com/sf/vertx/pojo/ServerAddress.java b/sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/ServerAddress.java similarity index 90% rename from sf-vertx-api/src/main/java/com/sf/vertx/pojo/ServerAddress.java rename to sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/ServerAddress.java index 273554f..d94bcc2 100644 --- a/sf-vertx-api/src/main/java/com/sf/vertx/pojo/ServerAddress.java +++ b/sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/ServerAddress.java @@ -1,4 +1,4 @@ -package com.sf.vertx.pojo; +package com.sf.vertx.api.pojo; import java.io.Serializable; diff --git a/sf-vertx-api/src/main/java/com/sf/vertx/pojo/Strategy.java b/sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/Strategy.java similarity index 85% rename from sf-vertx-api/src/main/java/com/sf/vertx/pojo/Strategy.java rename to sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/Strategy.java index b3f3af4..49f8a1c 100644 --- a/sf-vertx-api/src/main/java/com/sf/vertx/pojo/Strategy.java +++ b/sf-vertx-api/src/main/java/com/sf/vertx/api/pojo/Strategy.java @@ -1,4 +1,4 @@ -package com.sf.vertx.pojo; +package com.sf.vertx.api.pojo; import java.io.Serializable;