From 2b436dd385bf7f5df9855b75cfb89b93eae1bf6e Mon Sep 17 00:00:00 2001 From: ludc Date: 星期三, 02 八月 2023 11:03:53 +0800 Subject: [PATCH] 修改集成服务包名 --- Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/GroupCodeApplyApplication.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-webservice/src/main/java/com/vci/ubcs/code/webservice/GroupCodeApplyApplication.java b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/GroupCodeApplyApplication.java similarity index 90% rename from Source/UBCS/ubcs-service/ubcs-webservice/src/main/java/com/vci/ubcs/code/webservice/GroupCodeApplyApplication.java rename to Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/GroupCodeApplyApplication.java index d88ccaa..4d44c8d 100644 --- a/Source/UBCS/ubcs-service/ubcs-webservice/src/main/java/com/vci/ubcs/code/webservice/GroupCodeApplyApplication.java +++ b/Source/UBCS/ubcs-service/ubcs-applyjtcodeservice/src/main/java/com/vci/ubcs/code/applyjtcodeservice/GroupCodeApplyApplication.java @@ -1,4 +1,4 @@ -package com.vci.ubcs.code.webservice; +package com.vci.ubcs.code.applyjtcodeservice; import org.springblade.core.cloud.client.UbcsCloudApplication; import org.springblade.core.launch.UbcsApplication; -- Gitblit v1.9.3