Files
SOP/doc/docs/files/10021_开发流程.md
tanghc 2b08d4d9f2 4.2.0
2020-11-07 11:00:59 +08:00

20 lines
931 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 开发流程
如果您打算使用SOP做开放平台开发流程大致如下
- cd到/SOP/sop-common目录执行命令`mvn clean deploy`把jar上传到maven私服如果没有maven私服可以打包到本地`mvn clean install`
- 打包`sop-gateway`(网关)、`sop-admin`(后台管理)、`sop-website`(文档),部署到服务器上
以上服务是固定的,启动一次即可,后续不用做改动。
- 你的项目接入到SOP参考[项目接入到SOP](10011_项目接入到SOP.md)在微服务端开发接口编写swagger注解文档
- 接口开发完成,启动微服务,注册到注册中心。
- 【可选】编写sdk`SDK管理`页发布SDK提供下载地址
## ISV对接流程
假设接口开发完毕开始对接ISV大致步骤如下
1. ISV访问门户网站注册账号并登陆
2. 上传应用公钥
3. 如果有SDK下载SDK进行接口调用