基于 Spring MVC,提供 API 服务端的身份验证功能。通过 Redis、MySQL 维护登录用户与分配 Token 的映射关系。
☆337Apr 13, 2016Updated 10 years ago
Alternatives and similar repositories for spring-authorization-manager
Users that are interested in spring-authorization-manager are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 这个 Demo 用于演示如何在 RESTful 下使用自定义 Token 保持客户端登录状态,依靠 Spring 的拦截器和解析器完成权限验证及登录用户注入,并使用 Redis 存储 Token。☆856Nov 1, 2015Updated 10 years ago
- https://github.com/ScienJus/spring-authorization-manager 的Demo☆34Dec 3, 2015Updated 10 years ago
- API服务基础脚手架搭建,采用spring-boot\spring-session\mybatis\redis\quartz等,支持集群部署☆58Mar 18, 2019Updated 7 years ago
- springboot-dubbo集成☆30May 10, 2019Updated 6 years ago
- 分布式多店铺电商系统,使用技术:spring 、springmvc、mybatis、maven、html5、jquery、freemarker、Redis(缓存服务器)、Solr(搜索引擎)、Dubbo(调用系统服务)、Nginx(web服务器)、FastDFS(文件服务器…☆306Sep 27, 2016Updated 9 years ago
- AI Agents on 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.
- Trie Filter (敏感词过滤), base from https://github.com/dingyaguang117/DoubleArrayTrie☆16Aug 13, 2015Updated 10 years ago
- 基于SpringMVC、Hibernate、Redis、Shiro、Jquery EasyUI的J2EE快速开发框架☆23Apr 11, 2017Updated 9 years ago
- 使用dubbo注册服务,netty做服务器,springmvc提供restful接口☆244May 8, 2019Updated 6 years ago
- 在goshop的基础上进行重构,将逐步完善分布式、高可用、多店铺电商系统☆1,103Sep 12, 2017Updated 8 years ago
- old project.☆70Dec 16, 2022Updated 3 years ago
- Spring-Boot With Dubbox☆324Dec 11, 2015Updated 10 years ago
- 通用权限管理系统:作为配置中心,管理后台系统的菜单、功能、用户、角色等,并提供DUBBO接口。☆515Mar 30, 2018Updated 8 years ago
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 4 years ago
- 采用Spring MVC,用于在FastDFS分布式文件系统中完成资源管理(上传、删除、下载)的ShowCase。图片类资源的支持实时缩略图功能。缩放、剪裁、水印等功能通过已封装好AWT和im4java进行处理,即支持GraphicsMagick。