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
@DubboReference(version = "1.0.0", check = false, group = "testA")
使用这个标签来注入了一个consumer实例,其他类中也有相同的consumer,但分组不同,启动会报错如下
environment: a programmatically registered singleton
Action:
Consider marking one of the beans as @primary, updating the consumer to accept multiple beans, or using @qualifier to identify the bean that should be consumed
@DubboReference(version = "1.0.0", check = false, group = "testA")
使用这个标签来注入了一个consumer实例,其他类中也有相同的consumer,但分组不同,启动会报错如下
Action:
Consider marking one of the beans as @primary, updating the consumer to accept multiple beans, or using @qualifier to identify the bean that should be consumed
但是使用了@qualifier为实例设置名称,依然启动报错
The text was updated successfully, but these errors were encountered: