# qriver-cloud-learning **Repository Path**: qiusw/qriver-cloud-learning ## Basic Information - **Project Name**: qriver-cloud-learning - **Description**: 微服务框架相关内容学习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2021-10-21 - **Last Updated**: 2021-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Cloud Alibaba套件学习实践笔记 ### [1、Spring Cloud Alibaba注册中心Nacos的简单示例](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud-nacos/chapter01.md) ### [2、Nacos作为配置中心的简单示例](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud-nacos/chapter02.md) ### [3、基于Nginx实现Nacos集群配置和应用](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud-nacos/chapter03.md) ### [4、分布式系统的流量防卫兵-Sentinel](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud-nacos/chapter04.md) ### [5、Sentinel Dashboard在生产环境中的使用-基于Nacos的规则存储和同步](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/sentinel-dashboard-nacos/chapter05.md) ### [6、Sentinel Dashboard在生产环境中的使用-实时监控的数据持久化](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/sentinel-dashboard-nacos/chapter06.md) # Spring Cloud 学习实践笔记 ### [1、Spring Cloud 之 Eureka注册中心(服务注册与发现)](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-01.md) ### [2、Spring Cloud 之 Ribbon客户端负载均衡](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-02.md) ### [3、Spring Cloud 之 OpenFeign 入门](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-03.md) ### [4、Spring Cloud 之 Spring Cloud Hystrix入门](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-04.md) ### [5、Spring Cloud 之 Spring Cloud Config 入门](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-06.md) ### [6、Spring Cloud 之 Spring Cloud Gateway入门](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-07.md) ### [7、Spring Cloud 之 Spring Cloud Sleuth入门](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-08.md) ### [8、Spring Cloud 之 Spring Cloud Stream入门](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-09.md) ### [9、Spring Cloud 之 Spring Cloud Bus(消息总线)入门](https://gitee.com/hsh2015/qriver-cloud-learning/blob/master/qriver-cloud/spring-cloud-10.md) # Spring Security学习笔记 ## [1、Spring Security入门之Hello World](https://gitee.com/hsh2015/qriver-security-demo/blob/chapter01/chapter01.md "Spring Security入门Hello World") ##   该实例主要完成了Hello World示例,包括基于内存自定义用户信息等。示例代码地址:[传送门](https://gitee.com/hsh2015/qriver-security-demo/tree/chapter01) ## [2、基于SpringSecurity默认数据库模式的认证](https://gitee.com/hsh2015/qriver-security-demo/blob/master/chapter02.md "基于SpringSecurity默认数据库模式的认证") ##   该实例主要完成了基于SpringSecurity默认的数据库表模型,实现基于数据库存储用户信息的示例。示例代码地址:[传送门](https://gitee.com/hsh2015/qriver-security-demo/tree/chapter02) ## [3、自定义数据表结构和自定义表单](https://gitee.com/hsh2015/qriver-security-demo/blob/chapter03/chapter03.md) ##   该实例主要完成了基于自定义的数据库表模型,实现基于数据库存储用户信息的示例、同时添加了自定义的登录界面和授权示例演示等。示例代码地址:[传送门](https://gitee.com/hsh2015/qriver-security-demo/tree/chapter03) ## [4、SpringSecurity动态配置URL权限示例](https://gitee.com/hsh2015/qriver-security-demo/blob/chapter04/chapter04.md) ##   该实例主要实现动态配置URL权限的相关示例,主要实现自定义的AccessDecisionManager类来完成该功能。示例代码地址:[传送门](https://gitee.com/hsh2015/qriver-security-demo/tree/chapter02)