仿造spring-boot-webflux-jjwt项目进行改写,添加了jwt刷新操作以及gateway网关相关的内容
☆16Jul 3, 2019Updated 6 years ago
Alternatives and similar repositories for webflux-gateway-security
Users that are interested in webflux-gateway-security are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于SpringBoot+SpringCloud的分布式敏捷开发系统架构,提供整套公共微服务服务模块:集中权限管理(单点登录)、内容管理、支付中心、用户管理(支持第三方登录)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪 ,努力为中小型企业打…☆14Aug 26, 2024Updated last year
- 分表分库☆11Mar 20, 2017Updated 9 years ago
- ☆10Mar 6, 2016Updated 10 years ago
- 基于Java实现的。Timeline模式朋友圈、微博、消息推送、feed流、im通讯的抽象库,提供数据流间的分发功能、分发失败后重试,将抽象层、存储层分离提高系统灵活性、以及各种存储层的具体实现。☆11Dec 7, 2021Updated 4 years ago
- j360系列 - 缓存异步写数据库的框架☆15Apr 14, 2016Updated 10 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 实践DDD模式的知识小店后台系统☆12Feb 9, 2025Updated last year
- My Best Practices in development and deployment of Spring Cloud Microservices on Kubernetes.☆20Aug 26, 2024Updated last year
- Go并发编程实战☆11Apr 6, 2023Updated 3 years ago
- Microservice distributed e-commerce system based on Hertz and gRPC / 基于 Hertz 与 gRPC 的分布式微服务电商系统☆14Jun 7, 2023Updated 3 years ago
- 运行在IntelliJ ide中的可以对图片进行批量压缩的插件☆12Sep 27, 2019Updated 6 years ago
- 主要是做一个全新前后端分离的CMS管理系统,包括PC,PC端会做成响应式的布局, 兼容大部分的手机或者平板;后端会使用SpringBoot 2.0来实现;前后端的分离采用接口的方式来实现, 前端主要是用Vue js 来实现页面的数据交互;☆12Apr 28, 2024Updated 2 years ago
- Leetcode 答案☆13Jan 31, 2019Updated 7 years ago
- 百万级高性能分布式发布订阅系统,基于nio,netty开发,无锁并发,充分发挥cpu极限, 该项目已自带心跳检测功能,断线自动重连,非常稳定。 注意该项目软件编码为GBK,导入的时候一定要看清项目编码格式。☆74Jan 14, 2019Updated 7 years ago
- golang 注释实现类似java的注解机制。基于ast语法解析和monkey动态代理。目前实现@Transactional的demo