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 用户密码