Skip to content

Instantly share code, notes, and snippets.

@rubykv
Last active June 28, 2021 13:42
Show Gist options
  • Save rubykv/289483ac8a6165eec3fec82d36c5c155 to your computer and use it in GitHub Desktop.
Save rubykv/289483ac8a6165eec3fec82d36c5c155 to your computer and use it in GitHub Desktop.
Alibaba Sentinel
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-annotation-aspectj</artifactId>
<version>1.8.0</version>
</dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-core</artifactId>
<version>1.8.0</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment