Skip to content

Commit bcc8eef

Browse files
committed
update docs
1 parent 45e072d commit bcc8eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/20-extensions/30-bean-to-query.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Auto convert non-null *value type* fields of condition to query parameters. Such
2626

2727
If you don't want to enable this feature globally, you can use `@BeanParam`,
2828
it is an equivalent replacement for [`@SpringQueryMap`](https://docs.spring.io/spring-cloud-openfeign/reference/spring-cloud-openfeign.html#feign-querymap-support).
29+
For easier migration from Spring Cloud OpenFeign, `@SpringQueryMap` is also supported, though `@BeanParam` is recommended.
2930

3031
:::tip
3132
The `@BeanParam` annotation's naming is inspired by [JAX-RS](https://docs.oracle.com/javaee%2F7%2Fapi%2F%2F/javax/ws/rs/BeanParam.html).

0 commit comments

Comments
 (0)