# Springboot+token+redis **Repository Path**: zhang_qi_yue/token_redis ## Basic Information - **Project Name**: Springboot+token+redis - **Description**: 简单的Springboot+token+Redis demo,后端部分。 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2020-07-26 - **Last Updated**: 2023-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简述 使用SpringBoot的拦截器配合Redis实现的Token鉴权demo ## 环境 - JDK 1.8 - MySql 5.7 - Redis ## 启动 1. 下载 ```shell git clone https://gitee.com/zhang_qi_yue/token_redis.git ``` 2. 运行`MySql`脚本`demo.sql`得到数据库 3. 修改配置文件中的数据源和`Redis`地址 4. 启动SpringBoot项目