Error creating bean with name 'userController':

异常: Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
2019-06-13 11:34:26.930 ERROR 16832 — [ main] o.s.boot.SpringApplication : Application run failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘userController’: Unsatisfied dependency expressed through field ‘userService’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘userService’: Unsatisfied dependency expressed through field ‘userMapper’; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘userMapper’ defined in file [
**原因:**xml配置有问题,仔细检查,我的是因为xml配置中有空格
在这里插入图片描述


版权声明:本文为qq_36738263原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。