From 02c0b924aba3a158f56b2ab3402a005262d5ae86 Mon Sep 17 00:00:00 2001 From: wulingxiao <1251605638@qqcom> Date: Sat, 20 Aug 2022 11:52:47 +0800 Subject: [PATCH] fix:add spring-cloud-starter-bootstrap dependency for example --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48cfb71d8..a32dd53c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,3 +16,4 @@ - [Bugfix: update byte-buddy scope test to compile](https://github.com/Tencent/spring-cloud-tencent/pull/498) - [Fix the code analysis error.](https://github.com/Tencent/spring-cloud-tencent/pull/500) - [Fix typo & Code optimization](https://github.com/Tencent/spring-cloud-tencent/pull/512) +- [fix:add spring-cloud-starter-bootstrap dependency for example](https://github.com/Tencent/spring-cloud-tencent/pull/521)