mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
446 B
446 B
Jpom 服务端接口文档
参与开发
# 安装 apiDoc
npm install apidoc -g
# 生成 apiDoc 文档(需要在项目根目录执行)
apidoc -c docs/apidoc.json -i modules/server/src/ -o docs/apidoc/doc-2.8.13
示例文档:https://github.com/apidoc/apidoc/blob/master/example/_apidoc.js
GitHub 仓库:https://github.com/apidoc/apidoc