# SSO-Token **Repository Path**: qimowei/SSO-Token ## Basic Information - **Project Name**: SSO-Token - **Description**: token 进制验证登录 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tokenAuth #### 项目介绍 springboot2.x整合Redis实现简单的token登录鉴权 https://www.jianshu.com/p/25402229376e #### 软件架构 软件架构说明 #### 安装教程 1. 修改application.properties中的mysql和redis路径 2. 启动项目 3. login页面和index页面位于static/page下,直接访问,点击相应按钮测试 4. 也可以使用postman进行测试 #### 使用说明 1. 访问http://localhost:8081/tokenAuth/page/login.html 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request