From 174f7cce467669d1e34e9b6b2e823cda7d3c9702 Mon Sep 17 00:00:00 2001 From: Xiaojie Wang Date: Mon, 4 Jul 2022 08:00:33 +0800 Subject: [PATCH 1/2] Update README.md (#378) --- spring-cloud-tencent-examples/polaris-gateway-example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-tencent-examples/polaris-gateway-example/README.md b/spring-cloud-tencent-examples/polaris-gateway-example/README.md index 43bd680f6..b1bb35671 100644 --- a/spring-cloud-tencent-examples/polaris-gateway-example/README.md +++ b/spring-cloud-tencent-examples/polaris-gateway-example/README.md @@ -2,7 +2,7 @@ ## Example Introduction -This example shows how to use ```spring-cloud-tencent-polaris-gateway`` in Spring Cloud project for its features. +This example shows how to use ```spring-cloud-tencent-polaris-gateway``` in Spring Cloud project for its features. This example contains ```gateway-zuul-service```, ```gateway-scg-service``` and ```gateway-callee-service```. ```gateway-zuul-service``` and ```gateway-scg-service``` invoke ```gateway-callee-service```. From cffdd56f7c0aa878eeb5aa579793dac8a6173727 Mon Sep 17 00:00:00 2001 From: Xiaojie Wang Date: Mon, 4 Jul 2022 08:00:48 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md (#380) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 745526838..435c85f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,5 +34,6 @@ - [Refator JacksonUtils and JacksonUtilsTest](https://github.com/Tencent/spring-cloud-tencent/pull/365) - [docs: Fix javadoc
error](https://github.com/Tencent/spring-cloud-tencent/pull/371) - [UT: add Polaris LoadBalancer unit test](https://github.com/Tencent/spring-cloud-tencent/pull/373) +- [docs:update docs](https://github.com/Tencent/spring-cloud-tencent/pull/378)