chariles opened a new issue #3024:
URL: https://github.com/apache/incubator-shenyu/issues/3024
### Description
can client's bean load on demand?
for emample,use bean on ConditionalOnProperty,which can switch by config.
@ConditionalOnProperty(prefix = "example.service", value = "enabled",
havingValue = "true")
ServiceA buildServiceA(){
return new ServiceA();
}
### Task List
_No response_
--
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]