Skip to content

Commit

Permalink
接口安全
Browse files Browse the repository at this point in the history
  • Loading branch information
qiurunze123 committed Dec 12, 2018
1 parent 1dcf242 commit 6105201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
--HandlerMethodArgumentResolver 方法 supportsParameter 如果为true 执行 resolveArgument 方法获取miaoshauser对象
--如果有缓存的话 这个功能实现起来就和简单,在一个用户访问接口的时候我们把访问次数写到缓存中,在加上一个有效期。
通过拦截器. 做一个注解 @AccessLimit 然后封装这个注解,可以有效的设置每次访问多少次,有效时间是否需要登录!
#### [秒杀安全 -- 安全性设计]()
秒杀接口隐藏
数字公式验证码
接口防刷限流
#### [通用缓存key的封装采用什么设计模式]()
模板模式的优点
-具体细节步骤实现定义在子类中,子类定义详细处理算法是不会改变算法整体结构
Expand Down

0 comments on commit 6105201

Please sign in to comment.