This is an automated email from the ASF dual-hosted git repository.
zhangzicheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 1b36cae0c SpringMvcClient register metadata by default (#3448)
1b36cae0c is described below
commit 1b36cae0c23b8fbc7b96a6ba83c940fb9198502e
Author: renzhuyan <[email protected]>
AuthorDate: Sat May 28 20:59:37 2022 +0800
SpringMvcClient register metadata by default (#3448)
---
.../shenyu/client/springmvc/annotation/ShenyuSpringMvcClient.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shenyu-client/shenyu-client-http/shenyu-client-springmvc/src/main/java/org/apache/shenyu/client/springmvc/annotation/ShenyuSpringMvcClient.java
b/shenyu-client/shenyu-client-http/shenyu-client-springmvc/src/main/java/org/apache/shenyu/client/springmvc/annotation/ShenyuSpringMvcClient.java
index 677e6a90a..a72d6021c 100644
---
a/shenyu-client/shenyu-client-http/shenyu-client-springmvc/src/main/java/org/apache/shenyu/client/springmvc/annotation/ShenyuSpringMvcClient.java
+++
b/shenyu-client/shenyu-client-http/shenyu-client-springmvc/src/main/java/org/apache/shenyu/client/springmvc/annotation/ShenyuSpringMvcClient.java
@@ -62,5 +62,5 @@ public @interface ShenyuSpringMvcClient {
*
* @return the boolean
*/
- boolean registerMetaData() default false;
+ boolean registerMetaData() default true;
}