Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 289 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 289 Bytes

springboot-cas-shiro

spring boot应用配置单点登录服务示例,使用shiro,使用文档:http://www.jianshu.com/p/600593b1f366

使用修改shiro配置即可

shiro.cas=https://cas.xxx.com #更改为CAS服务器的地址
shiro.server=http://127.0.0.1:8080 #应用地址