From f1e93cbb62cca479a23bf3c88d51e76a11daa3bd Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Mon, 16 Dec 2019 01:02:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=A2=B3=E7=90=86=E4=B8=8B?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1086942..293641e1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ * [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github) 对应 [lab-30](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-30) 。 * 《芋道 Spring Boot Motan 入门》计划中... * 《芋道 Spring Boot SOFARPC 入门》计划中... +* 《芋道 Spring Boot gRPC 入门》计划中... +* 《芋道 Spring Boot RSocket 入门》计划中... ## 数据访问 @@ -34,6 +36,8 @@ ## 安全控制 * [《芋道 Spring Security OAuth2 入门》](http://www.iocoder.cn/Spring-Security/OAuth2-learning/?github) 对应 [lab-02](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-02) 。 +* 《芋道 Spring Boot Spring Security 入门》计划中... +* 《芋道 Spring Boot Shiro 入门》计划中... ## 定时任务与异步任务