Error creating bean with name ‘bookInformationDao‘ defined in file [..... Error parsing Mapper XML

Error creating bean with name 'bookService': Unsatisfied dependency expressed through field 'bookInformationDao'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bookInformationDao' defined in file [C:\Users\86153\apache-tomcat-8.0.9\book\WEB-INF\classes\com\qingcheng\ssm\dao\BookInformationDao.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML.

在bookInformationDao.xml中,是这种空的标签引起的错误。

Error creating bean with name ‘bookInformationDao‘ defined in file [..... Error parsing Mapper XML_第1张图片

 学习做项目~~~~随手发错误,记录更规范的自己!

你可能感兴趣的:(xml)