Skip to content

Commit

Permalink
Merge pull request #1196 from Shareong/dev
Browse files Browse the repository at this point in the history
fix link of java sdk configuration
  • Loading branch information
MaggieNgWu committed Mar 22, 2021
2 parents a809470 + 99fbe4e commit dfb2aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/java_sdk/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Java sdk主要包括五个配置选项,分别是

3. 将配置文件config-example.toml, 存放在应用的主目录下。

* config-example.toml可以在[java-sdk](https://github.com/FISCO-BCOS/java-sdk/blob/master/src/test/resources/config-example.toml)的源文件以下位置找到:`src/test/resources/config-example.toml`
* config-example.toml可以在[java-sdk](https://gitee.com/FISCO-BCOS/java-sdk/blob/master/src/test/resources/config-example.toml)的源文件以下位置找到:`src/test/resources/config-example.toml`
* 本文的“3. 配置示例” 部分也可以看到``config-example.toml``的内容。

4. 修改config-example.toml中节点的IP和端口,与您要连接的节点所匹配。
Expand Down

0 comments on commit dfb2aaa

Please sign in to comment.