Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 3817b96

Browse files
committed
release 2.1.0
1 parent e9120d8 commit 3817b96

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ When you need to use smart-doc to generate more API document information, you ca
124124
"requestExample":"true",//Whether to display the request example in the document, the default value is true.
125125
"responseExample":"true",//Whether to display the response example in the document, the default is true.
126126
"displayActualType":false,//display actual type of generic,
127+
"urlSuffix":".do",//Support the url suffix of the old SpringMVC project,@since 2.1.0
127128
"appKey": "xxx",// torna appKey, @since 2.0.9
128129
"appToken": "xxx", //torna appToken,@since 2.0.9
129130
"secret": "xx",//torna secret,@since 2.0.9

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ subprojects{
117117
"requestExample":"true",//是否将请求示例展示在文档中,默认true,@since smart-doc 1.9.0
118118
"responseExample":"true",//是否将响应示例展示在文档中,默认为true,@since smart-doc 1.9.0
119119
"displayActualType":false,//配置true会在注释栏自动显示泛型的真实类型短类名,@since 1.9.6
120+
"urlSuffix":".do",//支持SpringMVC旧项目的url后缀,@since 2.1.0
120121
"appKey": "xxx",// torna平台对接appKey,, @since 2.0.9
121122
"appToken": "xxx", //torna平台appToken,@since 2.0.9
122123
"secret": "xx",//torna平台secret,@since 2.0.9

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.github.shalousun'
22-
version '2.0.9'
22+
version '2.1.0'
2323

2424
sourceCompatibility = 1.8
2525

@@ -31,7 +31,7 @@ repositories {
3131

3232
dependencies {
3333
testCompile group: 'junit', name: 'junit', version: '4.13.1'
34-
compile 'com.github.shalousun:smart-doc:2.0.9'
34+
compile 'com.github.shalousun:smart-doc:2.1.0'
3535
}
3636
tasks.withType(JavaCompile) {
3737
options.encoding = "UTF-8"

0 commit comments

Comments
 (0)