update README_CN.md and README.md

This commit is contained in:
oppofind 2020-10-27 23:47:51 +08:00
parent c6ecb1818c
commit 084a1114b4
2 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,7 @@ When you need to use smart-doc to generate more API document information, you ca
    {
      "name": "code", // Override the response code field
      "desc": "Response code", // Override field comment of response code
      "ownerClassName": "org.springframework.data.domain.Pageable", // class
      "value": "00000" // Set the value of the response code
    }
  ],

View File

@ -134,6 +134,7 @@ smart-doc官方目前已经开发完成[Maven插件](https://gitee.com/smart-doc
{
"name": "code",//覆盖响应码字段
"desc": "响应代码",//覆盖响应码的字段注释
"ownerClassName": "org.springframework.data.domain.Pageable", //指定你要添加注释的类名
"value": "00000"//设置响应码的值
}
],