Browse Source

上传文件

夏文涛 1 năm trước cách đây
mục cha
commit
e31bad4fe2
1 tập tin đã thay đổi với 35 bổ sung0 xóa
  1. 35 0
      src/main/resources/mapper/template/test.xml

+ 35 - 0
src/main/resources/mapper/template/test.xml

@@ -0,0 +1,35 @@
+[
+    {
+        "auth": "redis.root",
+        "host": "127.0.0.1",
+        "keys_pattern": "*",
+        "name": "localhost",
+        "namespace_separator": ":",
+        "port": 6379,
+        "ssh_port": 22,
+        "timeout_connect": 60000,
+        "timeout_execute": 60000
+    },
+    {
+        "auth": "chuanghai.redis",
+        "host": "172.16.20.68",
+        "keys_pattern": "*",
+        "name": "智慧酒店",
+        "namespace_separator": ":",
+        "port": 6379,
+        "ssh_port": 22,
+        "timeout_connect": 60000,
+        "timeout_execute": 60000
+    },
+    {
+        "auth": "chuanghai_2023.",
+        "host": "172.16.20.65",
+        "keys_pattern": "*",
+        "name": "宿舍redis",
+        "namespace_separator": ":",
+        "port": 6379,
+        "ssh_port": 22,
+        "timeout_connect": 60000,
+        "timeout_execute": 60000
+    }
+]