From 0c423b1acadf5924087e4168c688211200471535 Mon Sep 17 00:00:00 2001 From: fuyuwei01 Date: Tue, 23 Jul 2024 17:12:22 +0800 Subject: [PATCH] feat:add Tencent Cloud TSF support. --- .../quickstart-example/quickstart-callee-service-b/pom.xml | 5 +---- .../quickstart-example/quickstart-caller-service/pom.xml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) 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 0112b0063..0f3495e9e 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 @@ -23,10 +23,7 @@ org.springframework.boot spring-boot-starter-webflux - - org.springframework.cloud - spring-cloud-starter-bootstrap - + org.springframework.boot spring-boot-starter-actuator 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 679e26335..cc72331c6 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 @@ -23,10 +23,7 @@ org.springframework.boot spring-boot-starter-web - - org.springframework.cloud - spring-cloud-starter-bootstrap - + org.springframework.boot spring-boot-starter-webflux