Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Mar 21, 2021
1 parent e9120d8 commit 3817b96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ When you need to use smart-doc to generate more API document information, you ca
"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.
"displayActualType":false,//display actual type of generic,
"urlSuffix":".do",//Support the url suffix of the old SpringMVC project,@since 2.1.0
"appKey": "xxx",// torna appKey, @since 2.0.9
"appToken": "xxx", //torna appToken,@since 2.0.9
"secret": "xx",//torna secret,@since 2.0.9
Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ subprojects{
"requestExample":"true",//是否将请求示例展示在文档中,默认true,@since smart-doc 1.9.0
"responseExample":"true",//是否将响应示例展示在文档中,默认为true,@since smart-doc 1.9.0
"displayActualType":false,//配置true会在注释栏自动显示泛型的真实类型短类名,@since 1.9.6
"urlSuffix":".do",//支持SpringMVC旧项目的url后缀,@since 2.1.0
"appKey": "xxx",// torna平台对接appKey,, @since 2.0.9
"appToken": "xxx", //torna平台appToken,@since 2.0.9
"secret": "xx",//torna平台secret,@since 2.0.9
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group 'com.github.shalousun'
version '2.0.9'
version '2.1.0'

sourceCompatibility = 1.8

Expand All @@ -31,7 +31,7 @@ repositories {

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.13.1'
compile 'com.github.shalousun:smart-doc:2.0.9'
compile 'com.github.shalousun:smart-doc:2.1.0'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
Expand Down

0 comments on commit 3817b96

Please sign in to comment.