Open f1024557668 opened 2 years ago
Please start with what you wish to achieve and why.
I need make the @GrpcClient's value be dynamic.It's value could be get from some function's return value.
------------------ 原始邮件 ------------------ 发件人: "yidongnan/grpc-spring-boot-starter" @.>; 发送时间: 2022年9月22日(星期四) 晚上6:02 @.>; @.**@.>; 主题: Re: [yidongnan/grpc-spring-boot-starter] SPEL syntax (Issue #752)
Please start with what you wish to achieve and why.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Why do you need to make the value of the config lookup key (@GrpcClient
) dynamic and not the config itself?
Could the @GrpcClient annotation will support the SPEL syntax?When I used the Spel,It showed me an error.