You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config like this:
dubbo.consumer.group=uum-service-dev
dubbo.consumer.version=9.0.0
dubbo.consumer.social.group=social-test
dubbo.consumer.social.version=1.0.0
But when the project started,I find that the reference always use the default configuration,shown on the dubbo adminstrator interface:
uum-service-dev/ActivityDubboService:9.0.0
Is there something wrong with myself or the framework?
The text was updated successfully, but these errors were encountered:
Today I am use @reference to inject the dubbo reference, codes like this
config like this:
dubbo.consumer.group=uum-service-dev
dubbo.consumer.version=9.0.0
dubbo.consumer.social.group=social-test
dubbo.consumer.social.version=1.0.0
But when the project started,I find that the reference always use the default configuration,shown on the dubbo adminstrator interface:
uum-service-dev/ActivityDubboService:9.0.0
Is there something wrong with myself or the framework?
The text was updated successfully, but these errors were encountered: