Skip to content
This repository has been archived by the owner on May 11, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 433 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 433 Bytes

Notadd Rpc Demo

Notadd 微服务示例

使用说明

本仓库是微服务的 Server 端,单独可以运行,如需调用此 Rpc 服务,需要使用 Notadd Application 作为 Client 端来对外提供 GraphQL 接口

Notadd Application 仓库地址: Notadd

安装依赖

# yarn install
$ yarn install

启动

# 启动 Rpc 服务
$ yarn start