org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unnamed bean definition specifies neither 'class' nor 'parent' nor 'factory-bean' - can't generate bean name
Offending resource: class path resource [applicationContext.xml]
今天spring碰到了这种错误 真是反复排查好久 但还一无所获。。上网查阅资料后得知在applicationContext.xml spring配置文件中
是不能加<bean></bean>空标签的 加了就会报这样错误