File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 127
127
<groupId >com.alibaba.cloud</groupId >
128
128
<artifactId >spring-cloud-starter-alibaba-nacos-discovery</artifactId >
129
129
</dependency >
130
+ <dependency >
131
+ <groupId >com.alibaba.cloud</groupId >
132
+ <artifactId >spring-cloud-starter-alibaba-sentinel</artifactId >
133
+ </dependency >
134
+ <dependency >
135
+ <groupId >com.alibaba.csp</groupId >
136
+ <artifactId >spring-boot-starter-ahas-sentinel-client</artifactId >
137
+ <version >1.5.1</version >
138
+ </dependency >
130
139
</dependencies >
131
140
132
141
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ dubbo.registry.address=nacos://localhost:8848
4
4
dubbo.consumer.check =false
5
5
feign.httpclient.enabled =true
6
6
feign.hystrix.enabled =false
7
- management.server.port =8081
7
+ management.server.port =8081
8
+ spring.cloud.sentinel.eager =true
9
+ spring.cloud.sentinel.transport.dashboard =127.0.0.1:8081
You can’t perform that action at this time.
0 commit comments