# sso_v3 **Repository Path**: alex_lyf/sso_v3 ## Basic Information - **Project Name**: sso_v3 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-23 - **Last Updated**: 2021-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 为了保障项目能够正常运行,以下步骤请不要遗漏 ### 1、导入项目 导入代码后请先maven import 导入相关jar包,这个过程可能时间较长,请耐心等待 ### 2、配置hosts 修改C:\Windows\System32\drivers\etc\hosts文件,在hosts文件中添加以下两行。 ``` 127.0.0.1 www.sso.com 127.0.0.1 www.web.com ``` ### 3、启动redis window的系统可以下载当前目录下的redis包,在cmd下执行 redis-server.exe redis.windows.conf 命令。 ### 4、启动项目 在以上步骤都完成后,右键执行 Run SsoApplication Run WebApplication 启动项目,完成后在浏览器输入 http://www.web.com:8081/index 即能正常访问。