File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ default. In `Spring Cloud OpenFeign` you need `@SpringQueryMap` to achieve this
234
234
` httpexhange-spring-boot-starter` supports this feature, and you don't need any additional annotations.
235
235
236
236
> In order not to change the default behavior of Spring, this feature is disabled by default,
237
- > you can use `http-exchange.bean-to-query=true` to enable it.
237
+ > you can set `http-exchange.bean-to-query=true` to enable it.
238
238
239
239
` ` ` java
240
240
public interface PostApi {
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ default. In `Spring Cloud OpenFeign` you need `@SpringQueryMap` to achieve this
239
239
` httpexhange-spring-boot-starter` supports this feature, and you don't need any additional annotations.
240
240
241
241
> In order not to change the default behavior of Spring, this feature is disabled by default,
242
- > you can use `http-exchange.bean-to-query=true` to enable it.
242
+ > you can set `http-exchange.bean-to-query=true` to enable it.
243
243
244
244
` ` ` java
245
245
public interface PostApi {
You can’t perform that action at this time.
0 commit comments