From 3204919eba796b1e74385365d454152170f3ea60 Mon Sep 17 00:00:00 2001 From: leto-bbq Date: Thu, 23 Jul 2026 15:03:27 +0800 Subject: [PATCH] docs: update Spring Boot Starter session node URLs --- .../Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md | 4 ++-- .../latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md | 4 ++-- .../Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md | 4 ++-- .../latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/UserGuide/Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md b/src/UserGuide/Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md index beb0f6ec3..5f8f38108 100644 --- a/src/UserGuide/Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md +++ b/src/UserGuide/Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md @@ -47,8 +47,8 @@ The officially provided iotdb-spring-boot-starter by IoTDB is a standardized int 3. Configure custom settings in `application.properties`: ```Properties -# IoTDB service address (format: IP:Port) -iotdb.session.url=127.0.0.1:6667 +# IoTDB service addresses (format: IP:Port; multiple addresses are supported, separated by semicolons) +iotdb.session.node_urls=127.0.0.1:6667 # IoTDB username iotdb.session.username=root # IoTDB password diff --git a/src/UserGuide/latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md b/src/UserGuide/latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md index beb0f6ec3..5f8f38108 100644 --- a/src/UserGuide/latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md +++ b/src/UserGuide/latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md @@ -47,8 +47,8 @@ The officially provided iotdb-spring-boot-starter by IoTDB is a standardized int 3. Configure custom settings in `application.properties`: ```Properties -# IoTDB service address (format: IP:Port) -iotdb.session.url=127.0.0.1:6667 +# IoTDB service addresses (format: IP:Port; multiple addresses are supported, separated by semicolons) +iotdb.session.node_urls=127.0.0.1:6667 # IoTDB username iotdb.session.username=root # IoTDB password diff --git a/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md b/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md index 2c6624c77..21ddeb2a5 100644 --- a/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md +++ b/src/zh/UserGuide/Master/Table/Ecosystem-Integration/Spring-Boot-Starter.md @@ -48,8 +48,8 @@ IoTDB 官方提供的 `iotdb-spring-boot-starter` 是专为 Spring Boot 生态 3. 在 `application.properties` 文件中进行自定义配置 ```Properties -# IoTDB 服务地址(格式:IP:Port) -iotdb.session.url=127.0.0.1:6667 +# IoTDB 服务地址(格式:IP:Port,支持配置多个,以;分隔) +iotdb.session.node_urls=127.0.0.1:6667 # IoTDB 用户名 iotdb.session.username=root # IoTDB 用户密码 diff --git a/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md b/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md index 2c6624c77..21ddeb2a5 100644 --- a/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md +++ b/src/zh/UserGuide/latest-Table/Ecosystem-Integration/Spring-Boot-Starter.md @@ -48,8 +48,8 @@ IoTDB 官方提供的 `iotdb-spring-boot-starter` 是专为 Spring Boot 生态 3. 在 `application.properties` 文件中进行自定义配置 ```Properties -# IoTDB 服务地址(格式:IP:Port) -iotdb.session.url=127.0.0.1:6667 +# IoTDB 服务地址(格式:IP:Port,支持配置多个,以;分隔) +iotdb.session.node_urls=127.0.0.1:6667 # IoTDB 用户名 iotdb.session.username=root # IoTDB 用户密码