From d39c469dcf7ccb0d6808c2046b0010d4906bd71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9?= <617271837@qq.com> Date: Wed, 26 Feb 2020 12:20:07 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c842229..275366d 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,11 @@ context-path: 部署路径 ![Image](https://github.com/Thinkingcao/silence-boot/blob/master/doc/screenshot/entity.png) ## 关于微信开发 -1.想要做微信功能开发的小伙伴可以参考SDK:https://github.com/Wechat-Group/WxJava ,本项目只作为SpringBoot权限管理系统,在若依系统的基础上加入微信模块以及微信功能路由、路由事件、微信消息接入等等后台一整套路由信息,需要微信相关功能直接调用SDK(weixin-java-mp)开发接口即可 +1.如果需要做微信公众号开发、企业号开发、微信支付开发的小伙伴,只需要下载本项目,即可快速开发微信相关功能,本项目只作为SpringBoot权限管理系统,在若依系统的基础上加入微信模块以及微信功能路由、路由事件、微信消息接入等等后台一整套路由信息,需要微信相关功能直接调用SDK(weixin-java-mp)开发接口即可 2.SpringBoot2.x系列教程 :https://thinkingcao.blog.csdn.net/article/category/9281035 -3.微信开发系列教程文章 :https://thinkingcao.blog.csdn.net/article/category/9277860 +3.SpringCloud2系列教程:https://blog.csdn.net/thinkingcao/category_9274918.html + +4.微信开发系列教程:https://thinkingcao.blog.csdn.net/article/category/9277860 -- GitLab