mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
Modify the sentinelInterceptor default interception rule and backward compatibility
This commit is contained in:
@@ -343,9 +343,9 @@ public class SentinelProperties {
|
||||
private int order = Ordered.HIGHEST_PRECEDENCE;
|
||||
|
||||
/**
|
||||
* URL pattern for SentinelWebInterceptor, default is /*.
|
||||
* URL pattern for SentinelWebInterceptor, default is /**.
|
||||
*/
|
||||
private List<String> urlPatterns = Arrays.asList("/*");
|
||||
private List<String> urlPatterns = Arrays.asList("/**");
|
||||
|
||||
/**
|
||||
* Enable to instance
|
||||
|
Reference in New Issue
Block a user