Results 7 issues of huangyunbin

1 SlidingWindow for time 2 SlidingWindow for request

feature

node must use proxy,visit backstage turn to 8081 port 前端应该加个代理,把访问后端的接口改为8081端口 ![image](https://user-images.githubusercontent.com/1046037/50960689-eb195500-1500-11e9-816d-bea4bd462445.png)

![image](https://user-images.githubusercontent.com/1046037/65565184-bc091d80-df81-11e9-8a16-8396e9c02353.png) 这个id参数是做什么用的?这个id参数不填可以的

很多时候就是本地临时用一下,还要依赖数据库,有点太重了。

http://103.61.38.146:30001/ 这个demo地址打不开呀

我看这个类的注释是2.0.0才可用 我现在想在1.8.8 直接用这个类的功能,是可以的吗?还是会有什么问题吗,需要做一些配置或改动?

``` public static List getRulesOfResource(String resourceName) { return new ArrayList((Collection)PARAM_FLOW_RULES.get(resourceName)); } ``` 当PARAM_FLOW_RULES.get(resourceName)为null的时候, new ArrayList就会报空指针异常。 这个在对应的resourceName没有配置规则的时候,就会触发。