Skip to content

Commit b59e614

Browse files
committed
docs: update README.md
1 parent 83b56b7 commit b59e614

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
}
5252
```
5353
> **Warning**
54-
> you need to replace `{version}` with the latest version.
54+
> You need to replace `{version}` with the latest version.
5555
5656
<br>
5757

@@ -100,11 +100,21 @@ POST http://localhost:8080/v1.2/foo/bar
100100
``` yml
101101
api:
102102
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
104110
```
105111
<br>
106112
107113
## Changelog
114+
### 0.2.0
115+
- Added `sharing-uri-prefix` property
116+
- Ability to create RequestMappingInfo with the previous path including prefix
117+
108118
### 0.1.2
109119
- Fixed version mismatch error
110120

0 commit comments

Comments
 (0)