Introducing new features. gateway 支持 sentinel

This commit is contained in:
lengleng 2020-06-11 22:48:42 +08:00
parent 6f904f8649
commit cefb964b2c

View File

@ -52,6 +52,10 @@
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<!--断路器依赖-->
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId>
</dependency>
<dependency>
<groupId>com.pig4cloud</groupId>
<artifactId>pig-common-sentinel</artifactId>