This commit is contained in:
tanghc
2019-03-09 09:35:32 +08:00
parent 5c3f53d269
commit 00eb9dffa2

View File

@@ -24,7 +24,7 @@ SOP封装了开放平台大部分功能包括签名验证、统一异常处
## 架构图
待完善
![SOP架构图](https://images.gitee.com/uploads/images/2019/0309/093312_8afb4789_332975.png "sop.png")
## 已完成列表
@@ -53,6 +53,14 @@ SOP封装了开放平台大部分功能包括签名验证、统一异常处
- sop-book微服务示例book服务也是Consumer调用story提供的服务
- sop-test接口调用测试用例
## 快速开始
- IDE打开项目(IDEA下可以打开根pom.xml然后open as project)
- 启动注册中心sop-registry运行SopRegistryApplication.java
- 启动网关sop-gateway运行SopGatewayApplication.java
- 启动微服务sop-story-web(运行SopStoryApplication.java)
- 找到sop-test打开测试用例进行接口调用测试运行com.gitee.sop.AlipayClientPostTest.testPost()
## 相关文档
待完善