我们理想的微服务权限解决方案应该是这样的,认证服务负责认证,网关负责校验认证和鉴权,其他API服务负责处理自己的业务逻辑。安全相关的逻辑只存在于认证服务和网关服务中,其他服务只是单纯地提供服务而没有任何安全相关逻辑。
☆147Sep 24, 2023Updated 2 years ago
Alternatives and similar repositories for spring-cloud-gateway-oauth2
Users that are interested in spring-cloud-gateway-oauth2 are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 2018 阿里巴巴中间件挑 战赛 - Service Mesh Agent 题目设计☆11Sep 3, 2018Updated 7 years ago
- 本项目基于spring-cloud-starter-oauth2搭建的认证中心和资源服务器的微服务项目,项目不仅仅简单的demo,项目的出发点在于实战应用。本项目为笔者花了不少时间和精力整理出来的,只需要稍微调整就可应用于实际项目当中,并且项目包含大量注释,不仅可以让你会用…☆231May 7, 2021Updated 4 years ago
- spring cloud alibaba Integrate everything demo Nacos服务发现 Ribbon 负载均衡 Feign Nacos 配置中心 Spring cloud Gateway API网关 Apache RocketMQ 消息通信 Sp…☆13Nov 2, 2019Updated 6 years ago
- digierp提供的spring cloud alibaba架构下的快速开发框架☆10Apr 16, 2020Updated 5 years ago
- 基于队列的任务调度及分发中间件,based on RocketMQ☆16Nov 16, 2022Updated 3 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- spring security, jwt, spring boot 动态菜单权限校验☆13Feb 4, 2021Updated 5 years ago
- 基于spring boot,集成了RPC、缓存、消息队列、分库分表、注册中心、分布式配置等常用开源组件☆90Feb 20, 2022Updated 4 years ago
- springboot3.x + shardingsphere-5.5.0 + nacos-2.3.0 + mybatis-plus 运行环境:jdk17/jdk21 + mysql8.0☆26Sep 1, 2024Updated last year
- Trace是一个单体架构的监控追踪系统。用于收集单体架构系统中的信息数据,例如在一次请求中花费的时间、请求执行的方法调用链、以及操作是否出现异常和异常的详细信息等。☆22Mar 31, 2022Updated 4 years ago
- 读者反馈与勘误:对本书的反馈请提issue☆10Mar 17, 2016Updated 10 years ago
- Provides an idempotency barrier for RabbitMQ consumers.☆21Nov 27, 2019Updated 6 years ago
- springboot3、springcloud、java基础☆18May 11, 2024Updated last year
- Caffeine + Redis实现二级缓存框架。支持动态配置是否开启一级缓存、二级缓存。支持多个节点部署,多节点之间一级缓存通过redis订阅/发布功能来通知其他节点进行清理缓存的操作。☆87Mar 20, 2022Updated 4 years ago
- java远程控制系统,分为服务端和客户端;服务端即控制台,可在多台主机切换进行远程控制,操作内容包括文件传输(双向),目录和文件的查看,文件删除与远程命令的执行,通过命令的执行可实现几乎全部功能;此外还有一些辅助功能包括脚本,网页爬虫,本地日志的记录,远程日志的收集与合并功…☆17Jun 24, 2020Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Simple base DAO classes for MongoDB and DynamoDB☆11Jun 14, 2023Updated 2 years ago
- 淋汾博客系统,基于SpringBoot+Vue微服务前后端分离架构,前端使用Vue、Element、Vue-Palyer等,后端使用Spring Boot+Mybaties-plus+Redis进行开发,Jwt+Spring Security做登录鉴权,Spring Soc…☆10Jun 17, 2022Updated 3 years ago
- 图书《Elasticsearch数据搜索与分析实战》配套源码☆20Feb 10, 2026Updated 2 months ago
- 基于jdk21,框架Springboot3+Apache Dubbo3.3+Gateway+Security☆35Jul 13, 2025Updated 8 months ago
- 🔥 Distributed Cluster Scheduler 分布式调度中间件(对标阿里云SchedulerX2.0)☆22Jan 9, 2026Updated 3 months ago
- A beginner starter guide to Vert.x reactive framework in Java. Introduces Vert.x and demonstrates a blown out HelloWorld app.☆21Feb 17, 2017Updated 9 years ago
- 分表分库☆11Mar 20, 2017Updated 9 years ago
- Springboot + Redis 组件,实现一个分布式接口IP访问限流功能☆21Nov 16, 2022Updated 3 years ago
- SpringBoot mybatis 乐观锁 代码示例☆17Aug 26, 2024Updated last year
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 基于netty源码构建的学习环境☆17Oct 4, 2022Updated 3 years ago
- 独立数据库模式实现多租户☆72Nov 23, 2020Updated 5 years ago
- 在mysql-binlog-connector-java基础上参考 keking-binlog-distributor,提供了监听mysql数据库二进制日志并进行分发的功能☆15Jun 21, 2022Updated 3 years ago
- mybatis插件,可以给insert和update语句自动添加上create_date和update_date☆15Jun 20, 2022Updated 3 years ago
- 基于springboot+vue 的博客项目(适合新手练手)☆15Nov 15, 2022Updated 3 years ago
- Based on http://efficient.github.io/epaxos (morethan5 branch)☆19Aug 28, 2024Updated last year
- 基于 raft 实现的分布式内存 kv 存储框架,已完成日志、选举、日志复制、日志恢复、内存存储等模块,使用MVCC支持ACID☆24Jun 17, 2022Updated 3 years ago
- a.k.a. Active-Choices: A Jenkins dynamic parameter/UI plugin for highly interactive Jenkins build forms☆14Feb 16, 2026Updated last month
- A template for your project structure, including a sample README file☆25May 3, 2021Updated 4 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- Netty+Protobuf实现游戏WebSocket通信实例-客户端和服务端☆23Oct 4, 2022Updated 3 years ago
- Canal胶水层,可以轻松转换binlog事件绑定到目标实体,提供编程式和Spring容器整合☆39Oct 7, 2020Updated 5 years ago
- SpringCloud项目下使用分布式事务seata TCC模式与AT模式例子☆41Jun 20, 2022Updated 3 years ago
- ☆11Oct 4, 2022Updated 3 years ago
- ☆24May 28, 2022Updated 3 years ago
- netty 端口转发☆15Jun 5, 2015Updated 10 years ago
- 用guice、resteasy、mybatis、undertow实现的轻量级restful服务☆35Mar 14, 2017Updated 9 years ago