添加文档,调整结构

This commit is contained in:
tanghc
2019-03-26 10:43:10 +08:00
parent 2f368ec52a
commit 36f2339522
49 changed files with 25 additions and 1156 deletions

View File

@@ -61,8 +61,7 @@ SOP封装了开放平台大部分功能包括签名验证、统一异常处
- sop-registry注册中心eureka实现
- sop-gateway网关统一访问入口Spring Cloud Zuul实现可切换成Spring Cloud Gateway
- sop-common公共模块封装常用功能包含签名校验、错误处理等功能
- sop-story微服务示例story服务同时作为Provider提供服务
- sop-book微服务示例book服务也是Consumer调用story提供的服务
- sop-example微服务示例
- sop-test接口调用测试用例