spring-boot 错误日志之 rg.springframework.beans.facory.UnsatisfiedDependencyException:Error creating bean

最近在学习spring-boot 自己搭建项目启动时报错Erro creating bean with name ‘xxxController’ 。
异常图:
spring-boot 错误日志之 rg.springframework.beans.facory.UnsatisfiedDependencyException:Error creating bean
我们在开始往下看console打印:
spring-boot 错误日志之 rg.springframework.beans.facory.UnsatisfiedDependencyException:Error creating bean
很明显了吧。原因是在mapper的xml文件中 insert中的条件类型单词拼错造成。

请参考springboot下mybatis运行原理。