不加声明式事务可以正常执行
但是我在配置文件中加上声明式事务之后就出现了问题
Exception in thread "main" org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from relative location [spring-dao.xml]
Offending resource: class path resource [applicationContext.xml]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [spring-dao.xml]; nested exception is com.sun.org.apache.xerces.internal.impl.io.MalformedByteSequenceException: 2 字节的 UTF-8 序列的字节 2 无效。
当我去掉事务相关代码时候,之前能运行的程序也无法运行了
去掉所有中文注释呢?
是哟notepad++ 查看所有 字符,可能发现某些不规范的UTF-8字符