소스 검색

上传文件

夏文涛 1 년 전
부모
커밋
e31bad4fe2
1개의 변경된 파일35개의 추가작업 그리고 0개의 파일을 삭제
  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
+    }
+]