File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
alibaba-sentinel-datasource-apollo
alibaba-sentinel-datasource-nacos
alibaba-sentinel-rate-limiting Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >com.alibaba.csp</groupId >
35
35
<artifactId >sentinel-datasource-apollo</artifactId >
36
- <version >1.4.0 </version >
36
+ <version >1.5.2 </version >
37
37
</dependency >
38
38
39
39
<dependency >
61
61
<dependency >
62
62
<groupId >org.springframework.cloud</groupId >
63
63
<artifactId >spring-cloud-alibaba-dependencies</artifactId >
64
- <version >0.2.1 .RELEASE</version >
64
+ <version >0.2.2 .RELEASE</version >
65
65
<type >pom</type >
66
66
<scope >import</scope >
67
67
</dependency >
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ spring.cloud.sentinel.transport.dashboard=localhost:8080
10
10
# sentinel datasource apollo
11
11
spring.cloud.sentinel.datasource.ds.apollo.namespaceName =application
12
12
spring.cloud.sentinel.datasource.ds.apollo.flowRulesKey =sentinel.flowRules
13
+ spring.cloud.sentinel.datasource.ds.apollo.rule-type =flow
Original file line number Diff line number Diff line change 33
33
<dependency >
34
34
<groupId >com.alibaba.csp</groupId >
35
35
<artifactId >sentinel-datasource-nacos</artifactId >
36
- <version >1.4.0 </version >
36
+ <version >1.5.2 </version >
37
37
</dependency >
38
38
39
39
<dependency >
61
61
<dependency >
62
62
<groupId >org.springframework.cloud</groupId >
63
63
<artifactId >spring-cloud-alibaba-dependencies</artifactId >
64
- <version >0.2.1 .RELEASE</version >
64
+ <version >0.2.2 .RELEASE</version >
65
65
<type >pom</type >
66
66
<scope >import</scope >
67
67
</dependency >
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ spring.cloud.sentinel.transport.dashboard=localhost:8080
8
8
spring.cloud.sentinel.datasource.ds.nacos.server-addr =localhost:8848
9
9
spring.cloud.sentinel.datasource.ds.nacos.groupId =DEFAULT_GROUP
10
10
spring.cloud.sentinel.datasource.ds.nacos.dataId =${spring.application.name}-sentinel
11
-
11
+ spring.cloud.sentinel.datasource.ds.nacos.rule-type = flow
Original file line number Diff line number Diff line change 56
56
<dependency >
57
57
<groupId >org.springframework.cloud</groupId >
58
58
<artifactId >spring-cloud-alibaba-dependencies</artifactId >
59
- <version >0.2.1 .RELEASE</version >
59
+ <version >0.2.2 .RELEASE</version >
60
60
<type >pom</type >
61
61
<scope >import</scope >
62
62
</dependency >
You can’t perform that action at this time.
0 commit comments