spring 启动报错信息及导致问题原因

spring启动报错:

org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from ServletContext resource [/WEB-INF/config/applicationContext.xml]; nested exception is java.lang.ArrayIndexOutOfBoundsException: 8  

 

 

原因:检查一下class,有大小为0的class类,所以spring报出了数组越界的错误

你可能感兴趣的:(spring)