8 lines
528 B
JSON
8 lines
528 B
JSON
{
|
||
// 官网地址:https://smart-doc-group.github.io/#/?id=smart-doc
|
||
"serverUrl": "http://localhost:8002", // 服务器地址,非必须
|
||
"isStrict": false, //是否用严格模式,严格模式强制检查注释
|
||
"allInOne": true, // 是否将文档合并到一个文件中,一般推荐为true
|
||
"outPath": "./src/main/resources/SmartDoc", //文档的输出路径
|
||
"projectName": "EasyJavaTemplate" //指定项目名称,用于显示在文档中
|
||
} |