update README_CN.md and README.md
This commit is contained in:
parent
c6ecb1818c
commit
084a1114b4
|
@ -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
|
||||
}
|
||||
],
|
||||
|
|
|
@ -134,6 +134,7 @@ smart-doc官方目前已经开发完成[Maven插件](https://gitee.com/smart-doc
|
|||
{
|
||||
"name": "code",//覆盖响应码字段
|
||||
"desc": "响应代码",//覆盖响应码的字段注释
|
||||
"ownerClassName": "org.springframework.data.domain.Pageable", //指定你要添加注释的类名
|
||||
"value": "00000"//设置响应码的值
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue