From ec82c1b4c4b8b4b54d21489b08a174e67beba79d 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. (#889) --- CHANGELOG.md | 1 + 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 - 8 files changed, 24 insertions(+), 6 deletions(-) create mode 100644 spring-cloud-starter-tencent-all/src/main/java/com/tencent/cloud/package-info.java diff --git a/CHANGELOG.md b/CHANGELOG.md index b04f0a495..3e4e6b890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,3 +14,4 @@ - [refactor:refactor stat module.](https://github.com/Tencent/spring-cloud-tencent/pull/879) - [feature:add polaris circuit breaker support.](https://github.com/Tencent/spring-cloud-tencent/pull/881) - [fix:fix NPE.](https://github.com/Tencent/spring-cloud-tencent/pull/885) +- [refactor:optimize sct-all.](https://github.com/Tencent/spring-cloud-tencent/pull/889) diff --git a/spring-cloud-starter-tencent-all/pom.xml b/spring-cloud-starter-tencent-all/pom.xml index e5c54f51a..f6fb8b38f 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 000000000..62d883aaa --- /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 69a7cd3b8..e776c1c85 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -158,7 +158,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 b569ce913..24e580e18 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 c5f525b39..e25650591 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 d9f796cb0..1fd0f5f53 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 fa916ec9e..9bfb76041 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