com.alibaba.csp.sentinel.adapter.gateway.common.SentinelGatewayConstants的依赖
时间: 2023-09-14 08:15:59 浏览: 148
sentinel-api-gateway-adapter-common-1.8.0-API文档-中文版.zip
5星 · 资源好评率100%
com.alibaba.cloud:spring-cloud-alibaba-gateway:2.2.1.RELEASE 包含com.alibaba.csp.sentinel.adapter.gateway.common.SentinelGatewayConstants常量的依赖。您可以在Maven中添加以下依赖项来获取它:
```xml
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-gateway</artifactId>
<version>2.2.1.RELEASE</version>
</dependency>
```
请注意,版本号可能会因您使用的Spring Boot版本而有所不同。
阅读全文