org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘XXX’:

关于这个问题我个人认为有2种情况:
1.最常见的是你忘记写 @controller @ service @mapper 这样的注解 这是最简单的问题.
2.还有就是比较隐秘的情况 你pom.xml文件中的 坐标引错了 springboot的坐标为:

插入链接与图片spring boot:Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean

第二种情况问题隐秘 主要是对spring boot理解不深的人容易犯

相关文章:

  • 2021-09-17
  • 2021-05-16
  • 2021-11-21
  • 2021-11-01
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-19
  • 2021-11-30
  • 2021-07-21
  • 2021-06-19
  • 2021-04-20
  • 2021-05-22
  • 2021-07-14
相关资源
相似解决方案