You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 开发流程
|
|
|
|
- 启动SOP,注册中心(nacos)、网关(sop-gateway)、后台管理(sop-admin)、文档(sop-website)
|
|
|
|
以上服务是固定的,启动一次即可,后续不用做改动。
|
|
|
|
- 在微服务端开发接口,编写swagger注解文档
|
|
- 【可选】编写sdk
|
|
- 接口开发完成,启动微服务,注册到注册中心。
|
|
- ISV调用你刚写的接口
|
|
|