diff --git a/readme.md b/readme.md index 8a0e9d0..bd00000 100644 --- a/readme.md +++ b/readme.md @@ -1,76 +1,76 @@ ## Spring 系列教程 -该仓库为个人博客[https://mrbird.cc](http://mrbird.cc)中Spring系列源码,包含Spring Boot、Spring Boot & Shiro、Spring Cloud和Spring Boot & Spring Security,如果该系列教程对您有帮助的话,还请点个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](http://mrbird.cc/%E5%BC%80%E5%90%AFSpring-Boot.html) -2. [Spring Boot基础配置](http://mrbird.cc/Spring-Boot%20basic%20config.html) -3. [Spring Boot中使用MyBatis](http://mrbird.cc/Spring-Boot%20Mybatis.html) -4. [Spring Boot中使用JdbcTemplate](http://mrbird.cc/Spring-Boot%20JdbcTemplate.html) -5. [Spring Boot MyBatis配置Druid多数据源](http://mrbird.cc/Spring-Boot-MyBatis%20Druid.html) -6. [Spring Boot JdbcTemplate配置Druid多数据源](http://mrbird.cc/Spring-Boot-JdbcTemplate%20Druid.html) -7. [Spring Boot AOP记录用户操作日志](http://mrbird.cc/Spring-Boot-AOP%20log.html) -8. [Spring Boot中使用thymeleaf](http://mrbird.cc/Spring-Boot%E4%BD%BF%E7%94%A8thymeleaf.html) -9. [Spring Boot中使用Redis缓存数据](http://mrbird.cc/Spring-Boot%20cache.html) -10. [Spring Boot中使用Ehcache缓存数据](http://mrbird.cc/Spring-Boot%20cache.html) -11. [Spring Boot中的JSON技术](http://mrbird.cc/Spring-Boot%20JSON.html) -12. [Spring Boot中编写单元测试](http://mrbird.cc/Spring-Boot%20TESTing.html) -13. [Spring Boot整合Swagger2构建RESTful API](http://mrbird.cc/Spring-Boot-Swagger2-RESTful-API.html) -14. [使用Actuator监控Spring Boot应用](http://mrbird.cc/Acutator-Spring-Boot.html) -15. [使用Spring Boot发送邮件](http://mrbird.cc/Spring-Boot-Email.html) -16. [使用Spring Boot Admin监控服务](http://mrbird.cc/Spring-Boot-Admin.html) -17. [Spring Boot Devtools热部署](http://mrbird.cc/Spring-Boot-Devtools.html) -18. [Spring Boot logback日志配置](http://mrbird.cc/Spring-Boot-logback.html) -19. [Spring Boot项目打包成war包](http://mrbird.cc/Spring-Boot%20war.html) -20. [Linux下部署Spring Boot jar](http://mrbird.cc/Linux%20Spring-Boot-jar.html) -21. [Spring Boot中使用Jsoup防御XSS攻击](http://mrbird.cc/Jsoup%20XSS.html) -22. [Spring Boot异常处理](http://mrbird.cc/Spring-Boot-Exception.html) -23. [Spring Boot中使用过滤器和拦截器](http://mrbird.cc/Spring-Boot-Filter-Interceptor.html) -24. [Spring Boot整合MyBatis通用Mapper和PageHelper](http://mrbird.cc/MyBatis%20common%20Mapper%20PageHelper.html) -26. [深入学习Spring Boot自动装配](http://mrbird.cc/deepin-springboot-autoconfig.html) -27. [深入学习Spring Boot中的SpringApplication](http://mrbird.cc/deepin-springboot-application.html) -28. [Spring Boot配合Hibernate Validator参数校验](http://mrbird.cc/Spring-Boot-Hibernate-Validator-Params-Check.html) -29. [自定义Spring Boot 内容协商](http://mrbird.cc/Spring-Boot-Diy-Resolver.html) -30. [Spring Boot 中处理跨域](http://mrbird.cc/Spring-Boot-Deal-CORS.html) -31. [Spring Boot 中的异步调用](http://mrbird.cc/Spring-Boot-Async.html) -32. [Spring Boot 整合Kafka](http://mrbird.cc/Spring-Boot-Kafka.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) +3. [Spring Boot中使用MyBatis](https://mrbird.cc/Spring-Boot%20Mybatis.html) +4. [Spring Boot中使用JdbcTemplate](https://mrbird.cc/Spring-Boot%20JdbcTemplate.html) +5. [Spring Boot MyBatis配置Druid多数据源](https://mrbird.cc/Spring-Boot-MyBatis%20Druid.html) +6. [Spring Boot JdbcTemplate配置Druid多数据源](https://mrbird.cc/Spring-Boot-JdbcTemplate%20Druid.html) +7. [Spring Boot AOP记录用户操作日志](https://mrbird.cc/Spring-Boot-AOP%20log.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) +10. [Spring Boot中使用Ehcache缓存数据](https://mrbird.cc/Spring-Boot%20cache.html) +11. [Spring Boot中的JSON技术](https://mrbird.cc/Spring-Boot%20JSON.html) +12. [Spring Boot中编写单元测试](https://mrbird.cc/Spring-Boot%20TESTing.html) +13. [Spring Boot整合Swagger2构建RESTful API](https://mrbird.cc/Spring-Boot-Swagger2-RESTful-API.html) +14. [使用Actuator监控Spring Boot应用](https://mrbird.cc/Acutator-Spring-Boot.html) +15. [使用Spring Boot发送邮件](https://mrbird.cc/Spring-Boot-Email.html) +16. [使用Spring Boot Admin监控服务](https://mrbird.cc/Spring-Boot-Admin.html) +17. [Spring Boot Devtools热部署](https://mrbird.cc/Spring-Boot-Devtools.html) +18. [Spring Boot logback日志配置](https://mrbird.cc/Spring-Boot-logback.html) +19. [Spring Boot项目打包成war包](https://mrbird.cc/Spring-Boot%20war.html) +20. [Linux下部署Spring Boot jar](https://mrbird.cc/Linux%20Spring-Boot-jar.html) +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) +26. [深入学习Spring Boot自动装配](https://mrbird.cc/deepin-springboot-autoconfig.html) +27. [深入学习Spring Boot中的SpringApplication](https://mrbird.cc/deepin-springboot-application.html) +28. [Spring Boot配合Hibernate Validator参数校验](https://mrbird.cc/Spring-Boot-Hibernate-Validator-Params-Check.html) +29. [自定义Spring Boot 内容协商](https://mrbird.cc/Spring-Boot-Diy-Resolver.html) +30. [Spring Boot 中处理跨域](https://mrbird.cc/Spring-Boot-Deal-CORS.html) +31. [Spring Boot 中的异步调用](https://mrbird.cc/Spring-Boot-Async.html) +32. [Spring Boot 整合Kafka](https://mrbird.cc/Spring-Boot-Kafka.html) ### Spring Boot & Shiro教程 -1. [Spring Boot Shiro用户认证](http://mrbird.cc/Spring-Boot-shiro%20Authentication.html) -2. [Spring Boot Shiro Remember Me](http://mrbird.cc/Spring-Boot-Shiro%20Remember-Me.html) -3. [Spring Boot Shiro权限控制](http://mrbird.cc/Spring-Boot-Shiro%20Authorization.html) -4. [Spring Boot Shiro Redis](http://mrbird.cc/Spring-Boot-Shiro%20cache.html) -5. [Spring Boot Shiro Ehcache](http://mrbird.cc/Spring-Boot-Shiro%20cache.html) -6. [Spring Boot Thymeleaf中使用Shiro标签](http://mrbird.cc/Spring-Boot-Themeleaf%20Shiro%20tag.html) -7. [Spring Boot Shiro在线会话管理](http://mrbird.cc/Spring-Boot-Shiro%20session.html) +1. [Spring Boot Shiro用户认证](https://mrbird.cc/Spring-Boot-shiro%20Authentication.html) +2. [Spring Boot Shiro Remember Me](https://mrbird.cc/Spring-Boot-Shiro%20Remember-Me.html) +3. [Spring Boot Shiro权限控制](https://mrbird.cc/Spring-Boot-Shiro%20Authorization.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](http://mrbird.cc/Spring-Boot&Spring-Security.html) -2. [Spring Security自定义用户认证](http://mrbird.cc/Spring-Security-Authentication.html) -3. [Spring Security添加图形验证码](http://mrbird.cc/Spring-Security-ValidateCode.html) -4. [Spring Security添加记住我功能](http://mrbird.cc/Spring-Security-RememberMe.html) -5. [Spring Security短信验证码登录](http://mrbird.cc/Spring-Security-SmsCode.html) +1. [Spring Boot中开启Spring Security](https://mrbird.cc/Spring-Boot&Spring-Security.html) +2. [Spring Security自定义用户认证](https://mrbird.cc/Spring-Security-Authentication.html) +3. [Spring Security添加图形验证码](https://mrbird.cc/Spring-Security-ValidateCode.html) +4. [Spring Security添加记住我功能](https://mrbird.cc/Spring-Security-RememberMe.html) +5. [Spring Security短信验证码登录](https://mrbird.cc/Spring-Security-SmsCode.html) ### Spring Cloud教程 -1. [初识Spring Cloud与微服务](http://mrbird.cc/Spring-Cloud%20and%20MicroService.html) -2. [Spring Cloud Eureka服务治理](http://mrbird.cc/Spring-Cloud-Eureka.html) -3. [Spring Cloud Ribbon客户端负载均衡](http://mrbird.cc/Spring-Cloud-Ribbon-LoadBalance.html) -4. [Spring Cloud Hystrix服务容错](http://mrbird.cc/Spring-Cloud-Hystrix-Circuit-Breaker.html) -5. [Spring Cloud Hystrix Dashboard仪表盘](http://mrbird.cc/Spring-Cloud-Hystrix-Dashboard.html) -6. [Spring Cloud Hystrix Dashboard仪表盘 & RabbitMQ](http://mrbird.cc/Spring-Cloud-Hystrix-Dashboard.html) -7. [Spring Cloud Feign 声明式服务调用](http://mrbird.cc/Spring-Cloud-Feign.html) -8. [Spring Cloud Zuul服务网关](http://mrbird.cc/Spring-Cloud-Zuul-Router.html) -9. [Spring Cloud Config统一配置管理](http://mrbird.cc/Spring-Cloud-Config.html) -10. [使用Spring Cloud Bus刷新配置](http://mrbird.cc/Spring-Cloud-Bus.html) -11. [使用Spring Cloud Sleuth跟踪微服务](http://mrbird.cc/Spring-Cloud-sleuth.html) -12. [Spring Cloud Consul服务治理](http://mrbird.cc/Spring-Cloud-Consul.html) +1. [初识Spring Cloud与微服务](https://mrbird.cc/Spring-Cloud%20and%20MicroService.html) +2. [Spring Cloud Eureka服务治理](https://mrbird.cc/Spring-Cloud-Eureka.html) +3. [Spring Cloud Ribbon客户端负载均衡](https://mrbird.cc/Spring-Cloud-Ribbon-LoadBalance.html) +4. [Spring Cloud Hystrix服务容错](https://mrbird.cc/Spring-Cloud-Hystrix-Circuit-Breaker.html) +5. [Spring Cloud Hystrix Dashboard仪表盘](https://mrbird.cc/Spring-Cloud-Hystrix-Dashboard.html) +6. [Spring Cloud Hystrix Dashboard仪表盘 & RabbitMQ](https://mrbird.cc/Spring-Cloud-Hystrix-Dashboard.html) +7. [Spring Cloud Feign 声明式服务调用](https://mrbird.cc/Spring-Cloud-Feign.html) +8. [Spring Cloud Zuul服务网关](https://mrbird.cc/Spring-Cloud-Zuul-Router.html) +9. [Spring Cloud Config统一配置管理](https://mrbird.cc/Spring-Cloud-Config.html) +10. [使用Spring Cloud Bus刷新配置](https://mrbird.cc/Spring-Cloud-Bus.html) +11. [使用Spring Cloud Sleuth跟踪微服务](https://mrbird.cc/Spring-Cloud-sleuth.html) +12. [Spring Cloud Consul服务治理](https://mrbird.cc/Spring-Cloud-Consul.html) ### Spring Boot && Dubbo教程 -1. [Spring Boot整合Dubbo&Zookeeper](http://mrbird.cc/Spring-Boot-Dubbo-Zookeeper.html) -2. [监控Dubbo服务](http://mrbird.cc/dubbo-mointor.html) -3. [Dubbo的高可用](http://mrbird.cc/Dubbo-High-Availability.html) +1. [Spring Boot整合Dubbo&Zookeeper](https://mrbird.cc/Spring-Boot-Dubbo-Zookeeper.html) +2. [监控Dubbo服务](https://mrbird.cc/dubbo-mointor.html) +3. [Dubbo的高可用](https://mrbird.cc/Dubbo-High-Availability.html) ## Spring -1. [深入学习Spring组件注册](http://mrbird.cc/Spring-Bean-Regist.html) -2. [深入学习Spring Bean生命周期](http://mrbird.cc/Spring-Bean-Lifecycle.html) +1. [深入学习Spring组件注册](https://mrbird.cc/Spring-Bean-Regist.html) +2. [深入学习Spring Bean生命周期](https://mrbird.cc/Spring-Bean-Lifecycle.html) 持续更新中... \ No newline at end of file