From 6de47bbad470f0d2e2b2f2d36d03be19bc97c9b8 Mon Sep 17 00:00:00 2001 From: mrbird <852252810@qq.com> Date: Tue, 21 Aug 2018 15:52:58 +0800 Subject: [PATCH] update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 13feced..42d6fbc 100644 --- a/readme.md +++ b/readme.md @@ -25,6 +25,7 @@ 21. [Spring Boot中使用Jsoup防御XSS攻击](https://mrbird.cc/Jsoup%20XSS.html) 22. [Spring Boot异常处理](https://mrbird.cc/Spring-Boot-Exception.html) 23. [Spring Boot中使用过滤器和拦截器](https://mrbird.cc/Spring-Boot-Filter-Interceptor.html) +24. [Spring Boot整合MyBatis通用Mapper和PageHelper](https://mrbird.cc/MyBatis%20common%20Mapper%20PageHelper.html) ### Spring Boot & Shiro教程 1. [Spring Boot Shiro用户认证](https://mrbird.cc/Spring-Boot-shiro%20Authentication.html)