This is an automated email from the ASF dual-hosted git repository.

HTHou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 5af83c59 docs: update Spring Boot Starter session node URLs (#1189)
5af83c59 is described below

commit 5af83c59e8c42f9dba3e1facf1d54ccac990437e
Author: leto-bbq <[email protected]>
AuthorDate: Fri Jul 24 19:09:02 2026 +0800

    docs: update Spring Boot Starter session node URLs (#1189)
---
 .../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 beb0f6ec..5f8f3810 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 beb0f6ec..5f8f3810 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 2c6624c7..21ddeb2a 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 2c6624c7..21ddeb2a 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 用户密码

Reply via email to