alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.28k stars 12.84k forks source link

There is more than one bean of 'XXXX' type, with @Autowired. #6083

Open caojiele opened 3 years ago

caojiele commented 3 years ago

This error is usually caused by the fact that the injected type has another implementation class, so IDEA suggests that there will be a conflict when it is injected. So, cloud not autowired.

7b39864f120b84dffecf400cea945c9

0450ef0967f79e7233cc8b70ef379ec

KomachiSion commented 3 years ago

It is a history problem, should be replaced by construction gradually.

But it does not take effect server work well for now. So I think it is a low priority.

caojiele commented 3 years ago

It is a history problem, should be replaced by construction gradually.

But it does not take effect server work well for now. So I think it is a low priority.

Well, these warnings presumably don't matter very much,can be finish by new contributors. But I can try to solve it.