From dfb056fcbdad85945f4abd05d7ab241c6f33e454 Mon Sep 17 00:00:00 2001 From: AmitB Date: Thu, 24 Jun 2021 07:20:07 +0530 Subject: [PATCH] doc: Add introduction blog post (EN, on Baeldung) to awesome-sentinel.md (#2254) * Add introduction to Alibaba sentinel blog on Baeldung to blog posts list --- doc/awesome-sentinel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/awesome-sentinel.md b/doc/awesome-sentinel.md index ca4f9f87..6ad8686a 100644 --- a/doc/awesome-sentinel.md +++ b/doc/awesome-sentinel.md @@ -73,3 +73,4 @@ You can also add to [sentinel-group/sentinel-awesome](https://github.com/sentine - [Alibaba Sentinel RESTful 接口流控处理优化](https://www.jianshu.com/p/96f5980d9798) by [luanlouis](https://github.com/luanlouis) - [Sentinel 控制台前端开发环境搭建](https://www.cnblogs.com/cdfive2018/p/11084001.html) by [cdfive](https://github.com/cdfive) - [阿里 Sentinel 源码解析](https://www.javadoop.com/post/sentinel) by [Javadoop](https://www.javadoop.com) +- [Introduction to Alibaba Sentinel](https://www.baeldung.com/java-sentinel-intro) by [Amit Bhave](https://github.com/Amitbhave)