Skip to content

Commit

Permalink
Merge pull request #55 from anyspa/fix/fix-weid-sample-doc
Browse files Browse the repository at this point in the history
fix weId-sample doc
  • Loading branch information
chenhaozx committed Aug 15, 2019
2 parents fe83711 + dc2b20d commit 9848cf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/zh_CN/docs/weidentity-sample-commandline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ weid-sample 里的 AMOP 服务是模拟 Verifier 向 User Agent 发送获取秘
begin get the presentation json...


至此,您已经体验了 weid-sample 实现的各个角色的运行流程,实现的入口类在weid-sample工程的 ``com.webank.weid.demo.server.SampleApp``,您可以参考进行您的 Java 应用开发。
至此,您已经体验了 weid-sample 实现的各个角色的运行流程,实现的入口类在weid-sample工程的 ``com.webank.weid.demo.command.DemoCommand``,您可以参考进行您的 Java 应用开发。
16 changes: 4 additions & 12 deletions docs/zh_CN/docs/weidentity-sample-springboot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ spring-boot服务方式使用
2. 配置与部署
^^^^^^^^^^^^^^^^^^^^^^^^^^

2.1 下载 weid-sample 源码:
''''''''''''''''''''''''''''''''''''

.. code:: shell
git clone https://github.com/WeBankFinTech/weid-sample.git
2.2 部署 weid-java-sdk 与配置基本信息
2.1 部署 weid-java-sdk 与配置基本信息
''''''''''''''''''''''''''''''''''''''

- 安装部署 weid-java-sdk
Expand All @@ -47,9 +39,9 @@ spring-boot服务方式使用
若您是智能合约发布的机构,您可以参考以下进行配置:


2.3 基本流程的演示
2.2 基本流程的演示
''''''''''''''''''''''''
2.3.1 编译和运行
2.2.1 编译和运行
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

- 编译 weid-sample
Expand Down Expand Up @@ -81,7 +73,7 @@ spring-boot服务方式使用
[main] INFO TomcatEmbeddedServletContainer() - Tomcat started on port(s): 20190 (https) 20191 (http)
[main] INFO SampleApp() - Started SampleApp in 3.588 seconds (JVM running for 4.294)

2.3.2 流程演示
2.2.2 流程演示
>>>>>>>>>>>>>>>>>>>>>>>>

以下将为您演示
Expand Down

0 comments on commit 9848cf5

Please sign in to comment.