为了账号安全,请及时绑定邮箱和手机立即绑定

这个bug怎么改?第一次用Idea和第一次写boot


UnsatisfiedDependencyException: Error creating bean with name 'areaDao' defined in file [C:\Users\37991\IdeaProjects\test\mvndemo\target\classes\com\mvn\mvndemo\dao\AreaDao.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/mvn/mvndemo/config/dao/SessionFactoryConfiguration.class]: Invocation of init method failed; nested exception is org.apache.ibatis.builder.BuilderException: Error creating document instance.  Cause: org.xml.sax.SAXParseException; lineNumber: 22; columnNumber: 6; 不允许有匹配 "[xX][mM][lL]" 的处理指令目标。


 Error creating bean with name 'areaDao' defined in file [C:\Users\37991\IdeaProjects\test\mvndemo\target\classes\com\mvn\mvndemo\dao\AreaDao.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/mvn/mvndemo/config/dao/SessionFactoryConfiguration.class]: Invocation of init method failed; nested exception is org.apache.ibatis.builder.BuilderException: Error creating document instance.  Cause: org.xml.sax.SAXParseException; lineNumber: 22; columnNumber: 6; 不允许有匹配 "[xX][mM][lL]" 的处理指令目标。


正在回答

4 回答

请问楼主找到解决方案了吗?

0 回复 有任何疑惑可以回复我~

作者的这个教程比较偏向spring,配置会比较繁琐,你要学springboot的话可以去看看廖师兄的springboot进阶。

0 回复 有任何疑惑可以回复我~

那可能就是dao层的配置有问题了,你认真检查一遍试试

0 回复 有任何疑惑可以回复我~

没有找到areDao,引用dao层的时候有没有加@Autowired注解呀

1 回复 有任何疑惑可以回复我~
#1

qq_贱字如雾_0 提问者

数据源配置 那个类上我加了@MapperScan("com.mvn.mvndemo.dao")
2019-03-15 回复 有任何疑惑可以回复我~
#2

qq_贱字如雾_0 提问者

加了 @Autowired private AreaDao areaDao;
2019-03-15 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个bug怎么改?第一次用Idea和第一次写boot

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信