From 87b39648151c2ca20c20a1ec454388413ee8f8fd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=95=B8=E9=9D=9E?= <13281114856@qq.com>
Date: Sun, 14 May 2023 17:07:13 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A6=BB=E7=BA=BF=20?=
 =?UTF-8?q?=E4=B8=8A=E7=BA=BF=E6=97=A5=E5=BF=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 device-manager/src/main/resources/bootstrap.yml             | 6 +++---
 .../src/test/java/com/mortals/httpclient/system.http        | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/device-manager/src/main/resources/bootstrap.yml b/device-manager/src/main/resources/bootstrap.yml
index 5f4237ba..5d7a6110 100644
--- a/device-manager/src/main/resources/bootstrap.yml
+++ b/device-manager/src/main/resources/bootstrap.yml
@@ -32,9 +32,9 @@ spring:
       min-idle: 0
       max-active: 100
       max-wait: 1000
-    sentinel:
-      master: mymaster
-      nodes: @profiles.redis.sentinel@
+#    sentinel:
+#      master: mymaster
+#      nodes: @profiles.redis.sentinel@
   cloud:
     loadbalancer:
       ribbon:
diff --git a/device-manager/src/test/java/com/mortals/httpclient/system.http b/device-manager/src/test/java/com/mortals/httpclient/system.http
index 3dacc31a..72654fca 100644
--- a/device-manager/src/test/java/com/mortals/httpclient/system.http
+++ b/device-manager/src/test/java/com/mortals/httpclient/system.http
@@ -43,7 +43,7 @@ Accept: application/json
 
 
 ###redis 娴嬭瘯
-GET {{baseUrl}}/test/one/35
+GET {{baseUrl}}/test/one/49
 Accept: application/json
 
 
-- 
2.24.3