Commit 1ef59136 by Nepxion

增加基于Feign的限流

parent 642160a8
...@@ -52,6 +52,7 @@ spring.cloud.sentinel.transport.dashboard=localhost:8075 ...@@ -52,6 +52,7 @@ spring.cloud.sentinel.transport.dashboard=localhost:8075
# spring.cloud.sentinel.datasource.converter=mySentinelFlowRuleParser # spring.cloud.sentinel.datasource.converter=mySentinelFlowRuleParser
# spring.cloud.sentinel.datasource.file=sentinel-rule.json # spring.cloud.sentinel.datasource.file=sentinel-rule.json
# spring.cloud.sentinel.datasource.file=E://sentinel-rule.json # spring.cloud.sentinel.datasource.file=E://sentinel-rule.json
feign.sentinel.enabled=true
# Admin config # Admin config
# 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效 # 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment