Skip to content

Instantly share code, notes, and snippets.

@rubykv
Created June 28, 2021 13:52
Show Gist options
  • Save rubykv/e206a51464375288f01d64e91246d8aa to your computer and use it in GitHub Desktop.
Save rubykv/e206a51464375288f01d64e91246d8aa to your computer and use it in GitHub Desktop.
Alibaba Sentinel
@Configuration
public class TestConfiguration {
@Bean
public SentinelResourceAspect sentinelResourceAspect() {
return new SentinelResourceAspect();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment