4 Star 2 Fork 2

嗯嗯 / station

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
README.md 1.05 KB
Copy Edit Raw Blame History
嗯嗯 authored 2016-12-15 16:22 . 说明

#station 方便于springboot的爱好者的开发权限拦截 用安全管理框架就是为了方便,其实每个人都可以自己写那些基础的拦截,在shiro和security中都会有各自的session,在实际的项目中总会碰到各种互相干扰的因素,尤其是在配置启动的时候,在shiro用cache的时候,就无法用spring的cacheable的机制,所以自己弄一个完全基于spring的session的的管理, 在station-power中也有gclib案例,有兴趣的可以进行完全不依赖别的框架进行aop的实现,在station-power中有基于redis的缓存设置,session共享,即可以实现单点登录, 通过@power(needRole,needPermission)进行权限的拦截 在配置文件中设置基本开放的路径 其中会更行出springboot的各种案例 主要是想完善station-power,有神人可以进行修改和完善

springboot的案例 (持续更新) springcloud案例 (持续更新)

1
https://gitee.com/ming1851441/station.git
git@gitee.com:ming1851441/station.git
ming1851441
station
station
master

Search