Skip to content

Commit

Permalink
Merge pull request #49 from WeBankFinTech/feature/update-docs-url
Browse files Browse the repository at this point in the history
modify weid-sample docs
  • Loading branch information
chenhaozx committed Aug 2, 2019
2 parents 6621d54 + 3b6216e commit c616f8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions docs/zh_CN/docs/weidentity-sample-commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
nodes=10.10.10.10:20200
1.3 User Agent 服务配置
''''''''''''''''''''''''

- 编译 weid-sample

如果您是第一次运行 weid-sample,您需要先进行编译:
Expand Down Expand Up @@ -226,4 +223,4 @@ weid-sample 里的 AMOP 服务是模拟 Verifier 向 User Agent 发送获取秘
begin get the presentation json...


至此,您已经体验了 weid-sample 实现的各个角色的运行流程,实现的入口在 ``com.webank.weid.demo.server.SampleApp``,您可以参考进行您的 Java 应用开发。
至此,您已经体验了 weid-sample 实现的各个角色的运行流程,实现的入口类在weid-sample工程的 ``com.webank.weid.demo.server.SampleApp``,您可以参考进行您的 Java 应用开发。
2 changes: 1 addition & 1 deletion docs/zh_CN/docs/weidentity-sample-springboot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,4 @@ spring-boot服务方式使用

表明 Credential 验证成功。

至此,您已经体验了 weid-sample 实现的各个角色的运行流程,实现的入口在 ``com.webank.weid.demo.server.SampleApp``,您可以参考进行您的 Java 应用开发。
至此,您已经体验了 weid-sample 实现的各个角色的运行流程,实现的入口类在weid-sample工程的 ``com.webank.weid.demo.server.SampleApp``,您可以参考进行您的 Java 应用开发。
4 changes: 2 additions & 2 deletions docs/zh_CN/docs/weidentity-sample.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WeIdentity 开发样例体验

我们提供了两种方式体验 weid-sample:

- `命令行方式使用 <./experience-by-command.html>`__
- `命令行方式使用 <./weidentity-sample-commandline.html>`__
(推荐方式)

- `spring-boot方式使用 <./experience-by-springboot.html>`__
- `spring-boot方式使用 <./weidentity-sample-springboot.html>`__

0 comments on commit c616f8d

Please sign in to comment.