From e264f12c554354e0d6fa78ce62fb72f78e84dba2 Mon Sep 17 00:00:00 2001 From: lukuan Date: Wed, 20 Jul 2022 10:36:25 +0800 Subject: [PATCH] The code examples in the Quick Start feature introduction are updated to the latest version --- docs/docs/getting-started/hippo4j-adapter.md | 4 ++-- docs/docs/getting-started/hippo4j-core-start.md | 2 +- docs/docs/getting-started/hippo4j-server-start.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/getting-started/hippo4j-adapter.md b/docs/docs/getting-started/hippo4j-adapter.md index 693bf99a..3608bd9b 100644 --- a/docs/docs/getting-started/hippo4j-adapter.md +++ b/docs/docs/getting-started/hippo4j-adapter.md @@ -27,7 +27,7 @@ Hippo4J 目前已支持的三方框架线程池列表: hippo4j-spring-boot-starter-adapter-rocketmq hippo4j-spring-boot-starter-adapter-spring-cloud-stream-rocketmq - 1.3.2 + 1.3.1 ``` @@ -37,7 +37,7 @@ Hippo4J 目前已支持的三方框架线程池列表: cn.hippo4j hippo4j-spring-boot-starter-adapter-all - 1.3.2 + 1.3.1 ``` diff --git a/docs/docs/getting-started/hippo4j-core-start.md b/docs/docs/getting-started/hippo4j-core-start.md index 7a365a35..b8c3501e 100644 --- a/docs/docs/getting-started/hippo4j-core-start.md +++ b/docs/docs/getting-started/hippo4j-core-start.md @@ -12,7 +12,7 @@ Nacos、Apollo、Zookeeper 配置中心任选其一。 cn.hippo4j hippo4j-core-spring-boot-starter - 1.3.2 + 1.3.1 ``` diff --git a/docs/docs/getting-started/hippo4j-server-start.md b/docs/docs/getting-started/hippo4j-server-start.md index 6a73231c..78275a6f 100644 --- a/docs/docs/getting-started/hippo4j-server-start.md +++ b/docs/docs/getting-started/hippo4j-server-start.md @@ -22,7 +22,7 @@ SpringBoot Pom 引入 Hippo4j Starter Jar。 cn.hippo4j hippo4j-spring-boot-starter - 1.3.2 + 1.3.1 ```