Skip to content

Commit

Permalink
release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Aug 23, 2020
1 parent 2b74ca3 commit a725a66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ When you need to use smart-doc to generate more API document information, you ca
"allInOneDocFileName":"index.html",//Customize the output document name
"requestExample":"true",//Whether to display the request example in the document, the default value is true.
"responseExample":"true",//Whether to display the response example in the document, the default is true.
"ignoreRequestParams":[ //The request parameter object will be discarded when generating the document.@since 1.9.2
"org.springframework.ui.ModelMap"
],
  "dataDictionaries": [// Configure the data dictionary, no need to set
    {
      "title": "Order Status", // The name of the data dictionary
Expand Down
3 changes: 3 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ subprojects{
"allInOneDocFileName":"index.html",//自定义设置输出文档名称, @since smart-doc 1.9.0
"requestExample":"true",//是否将请求示例展示在文档中,默认true,@since smart-doc 1.9.0
"responseExample":"true",//是否将响应示例展示在文档中,默认为true,@since smart-doc 1.9.0
"ignoreRequestParams":[ //忽略请求参数对象,把不想生成文档的参数对象屏蔽掉,@since smart-doc 1.9.2
"org.springframework.ui.ModelMap"
],
"dataDictionaries": [ //配置数据字典,没有需求可以不设置
{
"title": "订单状态", //数据字典的名称
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ plugins {
}

group 'com.github.shalousun'
version '1.1.3'
version '1.1.5'

sourceCompatibility = 1.8

repositories {
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
mavenCentral()
}

dependencies {
Expand Down
Binary file modified images/idea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a725a66

Please sign in to comment.