你好老师,我run demo报错,请教一下是哪里不对吗?
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2021-06-12 22:31:25.669 ERROR 13476 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'helloController': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userMapper' defined in file [D:\02 codes\idea_learn\target\classes\com\imooc\demo\mapper\UserMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is
................................................................