update README_CN.md

This commit is contained in:
oppofind 2020-10-24 15:35:58 +08:00
parent 50cfffc80e
commit c6ecb1818c
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ smart-doc官方目前已经开发完成[Maven插件](https://gitee.com/smart-doc
**详细配置说明**
```
{
"serverUrl": "http://127.0.0.1", //设置服务器地址,非必须
"serverUrl": "http://127.0.0.1", //服务器地址,非必须。导出postman建议设置成http://{{server}}方便直接在postman直接设置环境变量
"isStrict": false, //是否开启严格模式
"allInOne": true, //是否将文档合并到一个文件中一般推荐为true
"outPath": "D://md2", //指定文档的输出路径