The unique identifier for a bean. A bean id may not be used more than once within the same <beans> element.在使用构造器装配的时候,xml service的配置就会报这个错,但我在测试中还是得到的想要的结果,这是什么原因?
在同一个配置文件中,bean 的id是唯一的,你的id冲突了。