org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name 'TL_C_CONS_ExtendController':
Unsatisfied dependency expressed through field 'tl_c_cons_extendService';
nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name 'TL_C_CONS_ExtendService':
Unsatisfied dependency expressed through field 'tl_c_cons_extendDao';
nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException:
Error creating bean with name 'TL_C_CONS_ExtendDao'
defined in file [E:\tl_cons_credit_rating\target\classes\com\youotech\tl_cons_credit_rating\dao\
TL_C_CONS_ExtendDao.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 [org/mybatis/spring/boot/autoconfigure
/MybatisAutoConfiguration.class]: Bean instantiation via factory method failed;
nested exception is org.springframework.beans.BeanInstantiationException:
Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory'
threw exception; nested exception is org.springframework.core.NestedIOException:
Failed to parse mapping resource: 'file [E:\tl_cons_credit_rating\target\classes
\mapper\TL_C_CONS_ExtendMapper.xml]'; nested exception is org.apache.ibatis.builder.BuilderException:
Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 46; columnNumber:
135; 元素内容必须由格式正确的字符数据或标记组成。

最终还是通过一个步骤一个步骤的排查发现原来是MAPPER里面的SQL文件错误

最新文章

  1. scikit-learn一般实例之七:使用多输出评估器进行人脸完成
  2. js中的事件部分总结
  3. C++中下标操作注意事项
  4. jQuery form插件的使用--用 formData 参数校验表单,验证后提交(简单验证).
  5. 更改VS的运行主窗体
  6. compiled python files
  7. 摘录知乎上关于android开发的话题精华
  8. 【Android Studio使用教程3】Android Studio的一些设置 体验更好了
  9. C#和java和android中的NetWorkAdapter,httpRequest,WebView,json,xml
  10. 解决未能启动服务“VMware Authorization Service”
  11. gulp使用心得
  12. WEB页面的生命周期,DOMContentLoaded,load,beforeunload,unload
  13. canvas-8searchLight4.html
  14. 安卓——implements——OnClickListener
  15. Qt: 加入打印支持
  16. P1077 摆花
  17. 利用recv和readn函数实现readline函数
  18. 重置HTML标签样式
  19. 不思议迷宫:逆向后的放置play
  20. 不得不知的Excel技巧

热门文章

  1. 无缘诺贝尔奖的George Dantzig——线性规划之父
  2. 整理收集的一些常用java工具类
  3. js面向对象的程序设计 --- 上篇(理解对象)
  4. Linux - Deepin Linux,intel无线网卡下载慢、不能跑满宽带的解决方案
  5. 大数据-Storm
  6. 第四十篇 入门机器学习——Numpy.array的基本操作——向量及矩阵的运算
  7. 用fgets()和fputs()代替gets()和puts()
  8. Andriod正式打包、以及升级应用 重新打包 修改应用名称、应用图 标、应用启动画面
  9. 修改centos history记录数上限
  10. TFTP服务[精简版]:简单文件传输协议