From 3859cd7eefcd93752d05113597656e584d97c38d Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Wed, 8 Mar 2023 14:28:14 +0800 Subject: [PATCH] refactor:optimize sct-all. --- spring-cloud-starter-tencent-all/pom.xml | 1 - .../java/com/tencent/cloud/package-info.java | 23 +++++++++++++++++++ spring-cloud-tencent-dependencies/pom.xml | 1 - .../quickstart-callee-service-a/pom.xml | 1 - .../quickstart-callee-service-b/pom.xml | 1 - .../quickstart-caller-service/pom.xml | 1 - .../quickstart-gateway-service/pom.xml | 1 - 7 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 spring-cloud-starter-tencent-all/src/main/java/com/tencent/cloud/package-info.java diff --git a/spring-cloud-starter-tencent-all/pom.xml b/spring-cloud-starter-tencent-all/pom.xml index e5c54f51..f6fb8b38 100644 --- a/spring-cloud-starter-tencent-all/pom.xml +++ b/spring-cloud-starter-tencent-all/pom.xml @@ -12,7 +12,6 @@ spring-cloud-starter-tencent-all Spring Cloud Starter Tencent ALL In One - pom diff --git a/spring-cloud-starter-tencent-all/src/main/java/com/tencent/cloud/package-info.java b/spring-cloud-starter-tencent-all/src/main/java/com/tencent/cloud/package-info.java new file mode 100644 index 00000000..62d883aa --- /dev/null +++ b/spring-cloud-starter-tencent-all/src/main/java/com/tencent/cloud/package-info.java @@ -0,0 +1,23 @@ +/* + * Tencent is pleased to support the open source community by making Spring Cloud Tencent available. + * + * Copyright (C) 2019 THL A29 Limited, a Tencent company. All rights reserved. + * + * Licensed under the BSD 3-Clause License (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://opensource.org/licenses/BSD-3-Clause + * + * Unless required by applicable law or agreed to in writing, software distributed + * under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR + * CONDITIONS OF ANY KIND, either express or implied. See the License for the + * specific language governing permissions and limitations under the License. + */ + +/** + * Spring Cloud Starter Tencent ALL In One. + * + * @author Haotian Zhang + */ +package com.tencent.cloud; diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 597886c7..15fe089d 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -164,7 +164,6 @@ com.tencent.cloud spring-cloud-starter-tencent-all - pom ${revision} diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-a/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-a/pom.xml index 2ada04f8..ce658811 100644 --- a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-a/pom.xml +++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-a/pom.xml @@ -17,7 +17,6 @@ com.tencent.cloud spring-cloud-starter-tencent-all - pom diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml index c34bb9f7..0f3495e9 100644 --- a/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml +++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-callee-service-b/pom.xml @@ -17,7 +17,6 @@ com.tencent.cloud spring-cloud-starter-tencent-all - pom diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml index c89b4318..c8189276 100644 --- a/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml +++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-caller-service/pom.xml @@ -17,7 +17,6 @@ com.tencent.cloud spring-cloud-starter-tencent-all - pom diff --git a/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/pom.xml b/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/pom.xml index 48591243..9013c29d 100644 --- a/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/pom.xml +++ b/spring-cloud-tencent-examples/quickstart-example/quickstart-gateway-service/pom.xml @@ -17,7 +17,6 @@ com.tencent.cloud spring-cloud-starter-tencent-all - pom