From b712bb250cbe2f2dbe2cc14032fdd6cd93cf53ed Mon Sep 17 00:00:00 2001 From: FleyX Date: Tue, 30 Jul 2019 14:37:11 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 468e528..6598252 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,4 @@ - **9. springboot logback配置**,[点击跳转](https://github.com/FleyX/demo-project/tree/master/spring-boot/log-demo)
运行test文件看效果 - **10.springboot 分库分表demo**,基于sharding-jdbc实现。[点击跳转](https://github.com/FleyX/demo-project/tree/master/spring-boot/sjdemo)。博文跳转:[https://www.tapme.top/blog/detail/2019-03-20-10-38](https://www.tapme.top/blog/detail/2019-03-20-10-38) +- **springboot整合elasticsearch 7.2,基于官方high level client**。[点击跳转](https://github.com/FleyX/demo-project/tree/master/es-demo).[博客地址](https://www.tapme.top/blog/detail/2019-07-29-14-59)