Add hystrix introduction to quick Start feature introduction

pull/306/head
lukuan 2 years ago
parent 1fb134184a
commit 42c41bf428

@ -7,6 +7,7 @@ sidebar_position: 6
Hippo4J 目前已支持的三方框架线程池列表:
- Dubbo
- Hystrix
- RabbitMQ
- RocketMQ
- RocketMQSpringCloudStream
@ -18,6 +19,8 @@ Hippo4J 目前已支持的三方框架线程池列表:
<groupId>cn.hippo4j</groupId>
<!-- Dubbo -->
<artifactId>hippo4j-spring-boot-starter-adapter-dubbo</artifactId>
<!-- Hystrix -->
<artifactId>hippo4j-spring-boot-starter-adapter-hystrix</artifactId>
<!-- RabbitMQ -->
<artifactId>hippo4j-spring-boot-starter-adapter-rabbitmq</artifactId>
<!-- RocketMQ -->

Loading…
Cancel
Save