smart-doc 单模块 生成文档
Posted 正怒月神
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了smart-doc 单模块 生成文档相关的知识,希望对你有一定的参考价值。
build.gradle
plugins {
id "com.github.shalousun.smart-doc" version "2.2.2"
}
smartdoc {
configFile = file("src/main/resources/smart-doc.json")
}
resources/smart-doc.json
{
"serverUrl": "localhost:9090/web-mac",
"allInOneDocFileName":"webmac.md",
"outPath": "webmac",
"isStrict": false,
"allInOne": true,
"coverOld": true,
"createDebugPage": true,
"projectName": "pro.webMac",
"revisionLogs": [{
"version": "1.0",
"revisionTime": "2021-08-11 12:00",
"status": "update",
"author": "tyler",
"remarks": "修改命名规范"
}]
}
以上是关于smart-doc 单模块 生成文档的主要内容,如果未能解决你的问题,请参考以下文章