File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
}
52
52
```
53
53
> ** Warning**
54
- > you need to replace ` {version} ` with the latest version.
54
+ > You need to replace ` {version} ` with the latest version.
55
55
56
56
<br >
57
57
@@ -100,11 +100,21 @@ POST http://localhost:8080/v1.2/foo/bar
100
100
``` yml
101
101
api :
102
102
version :
103
- uri-prefix : # The prefix of URI. Default is "". if you set "/api", the URI will be "/api/v1/..."
103
+ uri-prefix : # The prefix of URI. Default is "". if you set /api, the URI will be "/api/v1/..."
104
+ sharing-uri-prefix : # The uri-prefix property is shared with previous API specs that do not have the @ApiVersion annotation. Default is false.
105
+
106
+ logging :
107
+ level :
108
+ given :
109
+ apiversion : # The log level of the library. Default is info
104
110
` ` `
105
111
<br>
106
112
107
113
## Changelog
114
+ ### 0.2.0
115
+ - Added ` sharing-uri-prefix` property
116
+ - Ability to create RequestMappingInfo with the previous path including prefix
117
+
108
118
# ## 0.1.2
109
119
- Fixed version mismatch error
110
120
You can’t perform that action at this time.
0 commit comments