li-keguo commented on code in PR #3442:
URL: https://github.com/apache/incubator-shenyu/pull/3442#discussion_r884147058
##########
shenyu-client/shenyu-client-http/shenyu-client-springcloud/src/main/java/org/apache/shenyu/client/springcloud/annotation/ShenyuSpringCloudClient.java:
##########
@@ -28,28 +30,37 @@
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
public @interface ShenyuSpringCloudClient {
-
+
/**
* Path string.
*
* @return the string
*/
+ @AliasFor(attribute = "path")
Review Comment:
good idea, you can add test case to example
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]