@@ -36,16 +36,30 @@ icon: "xitongsheji"
3636
3737## 认证授权
3838
39+ ### 权限认证
40+
41+ - [ Sa-Token] ( https://github.com/dromara/sa-token ) :轻量级 Java 权限认证框架。支持认证授权、单点登录、踢人下线、自动续签等功能。相比于 Spring Security 和 Shiro 来说,Sa-Token 内置的开箱即用的功能更多,使用也更简单。
42+ - [ Spring Security] ( https://github.com/spring-projects/spring-security ) :Spring 官方安全框架,能够用于身份验证、授权、加密和会话管理,是目前使用最广泛的 Java 安全框架。
43+ - [ Shiro] ( https://github.com/apache/shiro ) :Java 安全框架,功能和 Spring Security 类似,但使用起来更简单。
44+
45+ ### 第三方登录
46+
3947- [ WxJava] ( https://github.com/Wechat-Group/WxJava ) : WxJava (微信开发 Java SDK),支持包括微信支付、开放平台、小程序、企业微信/企业号和公众号等的后端开发。
40- - [ Sa-Token] ( https://github.com/dromara/sa-token ) :轻量级 Java 权限认证框架。支持认证授权、单点登录、踢人下线、自动续签等功能。
4148- [ JustAuth] ( https://github.com/justauth/JustAuth ) :小而全而美的第三方登录开源组件。目前已经集成了诸如:GitHub、Gitee、支付宝、新浪微博、微信、Google、Facebook、Twitter、StackOverflow 等国内外数十家第三方平台。
4249
50+ ### 单点登录(SSO)
51+
52+ - [ CAS] ( https://github.com/apereo/cas ) :企业多语言网络单点登录解决方案。
53+ - [ MaxKey] ( https://gitee.com/dromara/MaxKey ) :单点登录认证系统,提供安全、标准和开放的用户身份管理(IDM)、身份认证(AM)、单点登录(SSO)、RBAC 权限管理和资源管理等。
54+ - [ Keycloak] ( https://github.com/keycloak/keycloak ) :免费、开源身份认证和访问管理系统,支持高度可配置的单点登录功能。
55+
4356## 网络通讯
4457
4558- [ Netty] ( https://github.com/netty/netty ) : 一个基于 NIO 的 client-server(客户端服务器)框架,使用它可以快速简单地开发网络应用程序。
4659- [ Retrofit] ( https://github.com/square/retrofit ) :适用于 Android 和 Java 的类型安全的 HTTP 客户端。Retrofit 的 HTTP 请求使用的是 [ OkHttp] ( https://square.github.io/okhttp/ ) 库(一款被广泛使用网络框架)。
4760- [ Forest] ( https://gitee.com/dromara/forest ) :轻量级 HTTP 客户端 API 框架,让 Java 发送 HTTP/HTTPS 请求不再难。它比 OkHttp 和 HttpClient 更高层,是封装调用第三方 restful api client 接口的好帮手,是 retrofit 和 feign 之外另一个选择。
4861- [ netty-websocket-spring-boot-starter] ( https://github.com/YeautyYE/netty-websocket-spring-boot-starter ) :帮助你在 Spring Boot 中使用 Netty 来开发 WebSocket 服务器,并像 spring-websocket 的注解开发一样简单。
62+ - [ SMS4J] ( https://github.com/dromara/SMS4J ) :短信聚合框架,解决接入多个短信 SDK 的繁琐流程。
4963
5064## 数据库
5165
@@ -158,7 +172,7 @@ icon: "xitongsheji"
158172#### 分布式缓存
159173
160174- [ Redis] ( https://github.com/redis/redis ) :一个使用 C 语言开发的内存数据库,分布式缓存首选。
161- - [ Dragonfly] ( https://github.com/dragonflydb/dragonfly ) :一种针对现代应用程序负荷需求而构建的内存数据库,完全兼容Redis和Memcached的 API,迁移时无需修改任何代码,号称全世界最快的内存数据库。
175+ - [ Dragonfly] ( https://github.com/dragonflydb/dragonfly ) :一种针对现代应用程序负荷需求而构建的内存数据库,完全兼容 Redis 和 Memcached 的 API,迁移时无需修改任何代码,号称全世界最快的内存数据库。
162176- [ KeyDB] ( https://github.com/Snapchat/KeyDB ) : Redis 的一个高性能分支,专注于多线程、内存效率和高吞吐量。
163177
164178#### 多级缓存
0 commit comments