最新回答 / 慕的地6780840
Caused by:
org.springframework.beans.factory.BeanDefinitionStoreException:
IOException parsing XML document from class path resource
[spring/spring-dao.xml]; nested exception is
com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException...
2016-05-27
已采纳回答 / Its_forever
java.lang.NullPointerExceptionat seckill.DAOtest.test(DAOtest.java:25)在你测试类的第25行,你看看。有可能是删除、更新的时候传的主键,在数据库中不存在。你之前删除了。
2016-05-26