Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 用户密码
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 用户密码
Expand Down
Loading