File tree Expand file tree Collapse file tree
alibaba-sentinel-datasource-apollo
alibaba-sentinel-datasource-nacos
alibaba-sentinel-rate-limiting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <dependency >
3434 <groupId >com.alibaba.csp</groupId >
3535 <artifactId >sentinel-datasource-apollo</artifactId >
36- <version >1.4.0 </version >
36+ <version >1.5.2 </version >
3737 </dependency >
3838
3939 <dependency >
6161 <dependency >
6262 <groupId >org.springframework.cloud</groupId >
6363 <artifactId >spring-cloud-alibaba-dependencies</artifactId >
64- <version >0.2.1 .RELEASE</version >
64+ <version >0.2.2 .RELEASE</version >
6565 <type >pom</type >
6666 <scope >import</scope >
6767 </dependency >
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ spring.cloud.sentinel.transport.dashboard=localhost:8080
1010# sentinel datasource apollo
1111spring.cloud.sentinel.datasource.ds.apollo.namespaceName =application
1212spring.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 3333 <dependency >
3434 <groupId >com.alibaba.csp</groupId >
3535 <artifactId >sentinel-datasource-nacos</artifactId >
36- <version >1.4.0 </version >
36+ <version >1.5.2 </version >
3737 </dependency >
3838
3939 <dependency >
6161 <dependency >
6262 <groupId >org.springframework.cloud</groupId >
6363 <artifactId >spring-cloud-alibaba-dependencies</artifactId >
64- <version >0.2.1 .RELEASE</version >
64+ <version >0.2.2 .RELEASE</version >
6565 <type >pom</type >
6666 <scope >import</scope >
6767 </dependency >
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ spring.cloud.sentinel.transport.dashboard=localhost:8080
88spring.cloud.sentinel.datasource.ds.nacos.server-addr =localhost:8848
99spring.cloud.sentinel.datasource.ds.nacos.groupId =DEFAULT_GROUP
1010spring.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 5656 <dependency >
5757 <groupId >org.springframework.cloud</groupId >
5858 <artifactId >spring-cloud-alibaba-dependencies</artifactId >
59- <version >0.2.1 .RELEASE</version >
59+ <version >0.2.2 .RELEASE</version >
6060 <type >pom</type >
6161 <scope >import</scope >
6262 </dependency >
You can’t perform that action at this time.
0 commit comments