spring boot:Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean

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理解不深的人容易犯