【发布时间】:2018-06-05 06:27:25
【问题描述】:
API reference: Kotlin/ JavaDoc
在步骤中:
7 等到运行窗口显示消息 Webserver started in XX.X 秒
8 访问前端,测试 CorDapp 是否正常运行 `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 只是坐在那里等待。
我没有构建错误,所有其他功能都按预期工作。
这是我应该看到的,并且文档不正确吗?还是我搞砸了?
【问题讨论】:
标签: corda