Attribute 'local' is not allowed to appear in element 'ref' in Spring 4.1.5
问题 I am currently going through Mkyong Spring 3.0 tutorial. He goes on to clarify these 2 basic things. 1. Bean in different XML files If you are referring to a bean in different XML file, you can reference it with a ‘ref‘ tag, ‘bean‘ attribute. 2. Bean in same XML file If you are referring to a bean in same XML file, you can reference it with ‘ref‘ tag, ‘local‘ attribute. The only thing I can make out is that the local attribute is not supported any more in version 4.1. 5. For the timebeing, I