master 分支上的更新说明可能不正确

The updated instructions on the master branch might be incorrect

API reference: Kotlin/ JavaDoc

在步骤中:

7 Wait until the run windows displays the message Webserver started up in XX.X sec

8 Test the CorDapp is running correctly by visiting the front end at `http://localhost:10007/web/example/

"Webservers started up in xx.x sec" 仅显示端口:10012、10009 和 10015

http://localhost:10012/web/example 有效,10009 和 10015 也一样 http://localhost:10012 有效,10009 和 10015 也一样

端口 10007 只是坐在那里等待。

我没有构建错误,所有其他功能都按预期工作。

这是我应该看到的,文档不正确吗?还是我搞砸了?

文档不正确。感谢您举报此问题。

节点已修改为在端口 10009、10012 和 10015 上启动它们的 Web 服务器。参见 https://github.com/corda/cordapp-example/blob/release-V3/kotlin-source/build.gradle

此 PR 中正在修复此问题:https://github.com/corda/corda/pull/3298