# netty-cloud **Repository Path**: sky_zhl/netty-cloud ## Basic Information - **Project Name**: netty-cloud - **Description**: 1、springboot 集成 security 2、springboot 集成 oauth2,实现 权限认证服务器:netty-oauth2-authorization、资源服务器:netty-oauth2-resource、客户端(集成第三方应用):netty-oauth2-client - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-04-30 - **Last Updated**: 2024-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # netty-cloud #### 介绍 1. springboot 集成 springboot—security(8900) 2. oauth2是基于springboot—security实现的权限认证服务。所以学习oauth2之前需要先学习springboot—security相关源码 3. springboot 集成 oauth2(参考文档:https://ddkk.com/category/security/springauthorization/index.html) a、权限认证服务器:netty-oauth2-authorization(8080) (1) 实现图形验证码登录 (2) 实现短信验证码登录 (3) 实现第三方账号联合登录(使用gitee等账号登录) (4) b、资源服务器:netty-oauth2-resource(9100) c、客户端(集成第三方应用):netty-oauth2-client(9000) (1) 使用本地认证服务器(netty-oauth2-authorization)登录 (2) 使用码云(gitee)登录 #### 模块说明 1. netty-system:系统基本信息模块(用户信息、权限信息等) 2. netty-common:系统公共模块(一些常用的常量、实体对象、工具类等) 3. netty-security:springboot 集成 springboot—security,用于学习springboot—security的原理与源码 4. netty-oauth2-authorization:权限认证服务器 5. netty-oauth2-resource:资源服务器 6. netty-oauth2-client:客户端 #### 软件架构 软件架构说明 1、JDK版本:17 2、springboot版本:3.1.0 3、springcloud版本:2022.0.0 4、springcloudalibaba版本:2022.0.0.0-RC2 5、swagger地址:http://ip:端口/doc.html(eg:http://localhost:9000/doc.html) #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)