update readme.md
This commit is contained in:
parent
3e0dd7ab98
commit
c06bde8b97
57
readme.md
57
readme.md
|
|
@ -1,8 +1,7 @@
|
||||||
## Spring Boot学习
|
## Spring 学习
|
||||||
该仓库为个人博客[https://mrbird.cc](https://mrbird.cc)中Spring Boot系列源码,如果该系列教程对您有帮助的话,还请点个star给予精神支持!🐤
|
该仓库为个人博客[https://mrbird.cc](https://mrbird.cc)中Spring系列源码,包含Spring Boot、Spring Boot & Shiro、Spring Cloud和Spring Boot & Spring Security,如果该系列教程对您有帮助的话,还请点个star给予精神支持!🐤
|
||||||
|
|
||||||
对应博客目录如下:
|
|
||||||
|
|
||||||
|
### Spring Boot教程
|
||||||
1. [开启Spring Boot](https://mrbird.cc/%E5%BC%80%E5%90%AFSpring-Boot.html)
|
1. [开启Spring Boot](https://mrbird.cc/%E5%BC%80%E5%90%AFSpring-Boot.html)
|
||||||
2. [Spring Boot基础配置](https://mrbird.cc/Spring-Boot%20basic%20config.html)
|
2. [Spring Boot基础配置](https://mrbird.cc/Spring-Boot%20basic%20config.html)
|
||||||
3. [Spring Boot中使用MyBatis](https://mrbird.cc/Spring-Boot%20Mybatis.html)
|
3. [Spring Boot中使用MyBatis](https://mrbird.cc/Spring-Boot%20Mybatis.html)
|
||||||
|
|
@ -13,25 +12,37 @@
|
||||||
8. [Spring Boot中使用thymeleaf](https://mrbird.cc/Spring-Boot%E4%BD%BF%E7%94%A8thymeleaf.html)
|
8. [Spring Boot中使用thymeleaf](https://mrbird.cc/Spring-Boot%E4%BD%BF%E7%94%A8thymeleaf.html)
|
||||||
9. [Spring Boot中使用Redis缓存数据](https://mrbird.cc/Spring-Boot%20cache.html)
|
9. [Spring Boot中使用Redis缓存数据](https://mrbird.cc/Spring-Boot%20cache.html)
|
||||||
10. [Spring Boot中使用Ehcache缓存数据](https://mrbird.cc/Spring-Boot%20cache.html)
|
10. [Spring Boot中使用Ehcache缓存数据](https://mrbird.cc/Spring-Boot%20cache.html)
|
||||||
11. [Spring Boot Shiro用户认证](https://mrbird.cc/Spring-Boot-shiro%20Authentication.html)
|
11. [Spring Boot中的JSON技术](https://mrbird.cc/Spring-Boot%20JSON.html)
|
||||||
12. [Spring Boot Shiro Remember Me](https://mrbird.cc/Spring-Boot-Shiro%20Remember-Me.html)
|
12. [Spring Boot中编写单元测试](https://mrbird.cc/Spring-Boot%20TESTing.html)
|
||||||
13. [Spring Boot Shiro权限控制](https://mrbird.cc/Spring-Boot-Shiro%20Authorization.html)
|
13. [Spring Boot整合Swagger2构建RESTful API](https://mrbird.cc/Spring-Boot-Swagger2-RESTful-API.html)
|
||||||
14. [Spring Boot Shiro Redis](https://mrbird.cc/Spring-Boot-Shiro%20cache.html)
|
14. [使用Actuator监控Spring Boot应用](https://mrbird.cc/Acutator-Spring-Boot.html)
|
||||||
15. [Spring Boot Shiro Ehcache](https://mrbird.cc/Spring-Boot-Shiro%20cache.html)
|
15. [使用Spring Boot发送邮件](https://mrbird.cc/Spring-Boot-Email.html)
|
||||||
16. [Spring Boot Thymeleaf中使用Shiro标签](https://mrbird.cc/Spring-Boot-Themeleaf%20Shiro%20tag.html)
|
16. [使用Spring Boot Admin监控服务](https://mrbird.cc/Spring-Boot-Admin.html)
|
||||||
17. [Spring Boot Shiro在线会话管理](https://mrbird.cc/Spring-Boot-Shiro%20session.html)
|
17. [Spring Boot Devtools热部署](https://mrbird.cc/Spring-Boot-Devtools.html)
|
||||||
18. [Spring Boot中的JSON技术](https://mrbird.cc/Spring-Boot%20JSON.html)
|
18. [Spring Boot logback日志配置](https://mrbird.cc/Spring-Boot-logback.html)
|
||||||
19. [Spring Boot中编写单元测试](https://mrbird.cc/Spring-Boot%20TESTing.html)
|
19. [Spring Boot项目打包成war包](https://mrbird.cc/Spring-Boot%20war.html)
|
||||||
20. [Spring Boot整合Swagger2构建RESTful API](https://mrbird.cc/Spring-Boot-Swagger2-RESTful-API.html)
|
20. [Linux下部署Spring Boot jar](https://mrbird.cc/Linux%20Spring-Boot-jar.html)
|
||||||
21. [使用Actuator监控Spring Boot应用](https://mrbird.cc/Acutator-Spring-Boot.html)
|
21. [Spring Boot中使用Jsoup防御XSS攻击](https://mrbird.cc/Jsoup%20XSS.html)
|
||||||
22. [使用Spring Boot发送邮件](https://mrbird.cc/Spring-Boot-Email.html)
|
22. [Spring Boot异常处理](https://mrbird.cc/Spring-Boot-Exception.html)
|
||||||
22. [使用Spring Boot Admin监控服务](https://mrbird.cc/Spring-Boot-Admin.html)
|
23. [Spring Boot中使用过滤器和拦截器](https://mrbird.cc/Spring-Boot-Filter-Interceptor.html)
|
||||||
23. [Spring Boot Devtools热部署](https://mrbird.cc/Spring-Boot-Devtools.html)
|
|
||||||
|
|
||||||
## 其他没有源码系列
|
### Spring Boot & Shiro教程
|
||||||
- [Spring Boot logback日志配置](https://mrbird.cc/Spring-Boot-logback.html)
|
1. [Spring Boot Shiro用户认证](https://mrbird.cc/Spring-Boot-shiro%20Authentication.html)
|
||||||
- [Spring Boot项目打包成war包](https://mrbird.cc/Spring-Boot%20war.html)
|
2. [Spring Boot Shiro Remember Me](https://mrbird.cc/Spring-Boot-Shiro%20Remember-Me.html)
|
||||||
- [Linux下部署Spring Boot jar](https://mrbird.cc/Linux%20Spring-Boot-jar.html)
|
3. [Spring Boot Shiro权限控制](https://mrbird.cc/Spring-Boot-Shiro%20Authorization.html)
|
||||||
- [Spring Boot中使用Jsoup防御XSS攻击](https://mrbird.cc/Jsoup%20XSS.html)
|
4. [Spring Boot Shiro Redis](https://mrbird.cc/Spring-Boot-Shiro%20cache.html)
|
||||||
|
5. [Spring Boot Shiro Ehcache](https://mrbird.cc/Spring-Boot-Shiro%20cache.html)
|
||||||
|
6. [Spring Boot Thymeleaf中使用Shiro标签](https://mrbird.cc/Spring-Boot-Themeleaf%20Shiro%20tag.html)
|
||||||
|
7. [Spring Boot Shiro在线会话管理](https://mrbird.cc/Spring-Boot-Shiro%20session.html)
|
||||||
|
|
||||||
|
### Spring Boot & Security教程
|
||||||
|
1. [Spring Boot中开启Spring Security](https://mrbird.cc/Spring-Boot&Spring-Security.html)
|
||||||
|
|
||||||
|
### Spring Cloud教程
|
||||||
|
1. [Spring Cloud Eureka服务治理](https://mrbird.cc/Spring-Cloud-Eureka.html)
|
||||||
|
2. [Spring Cloud Ribbon客户端负载均衡](https://mrbird.cc/Spring-Cloud-Ribbon-LoadBalance.html)
|
||||||
|
3. [Spring Cloud Hystrix服务容错](https://mrbird.cc/Spring-Cloud-Hystrix-Circuit-Breaker.html)
|
||||||
|
4. [Spring Cloud Hystrix Dashboard仪表盘](https://mrbird.cc/Spring-Cloud-Hystrix-Dashboard.html)
|
||||||
|
5. [Spring Cloud Feign 声明式服务调用](https://mrbird.cc/Spring-Cloud-Feign-%20Declarative-REST-Client.html)
|
||||||
|
|
||||||
持续更新中...
|
持续更新中...
|
||||||
Loading…
Reference in New Issue