soul网关源码解析-Hystrix插件的使用
作者:互联网
首先在插件管理中开启插件配置.
然后再添加相关的配置信息.
添加pom文件
<dependency>
<groupId>org.dromara</groupId>
<artifactId>soul-spring-boot-starter-plugin-sentinel</artifactId>
<version>${project.version}</version>
</dependency>
至此已经可以开始使用了
然后局可以使用压测工具来压测了.
标签:插件,Hystrix,压测,soul,源码,使用,添加 来源: https://blog.csdn.net/wolf2s/article/details/113531708