Error creating bean with name 'userController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void com.triadgang.miaowei.business.system.controller.UserController.setUserService(com.triadgang.miaowei.business.system.service.UserService); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userService' defined in file [F:\MiaoWei\MiaoWei\MiaoWei\target\classes\com\triadgang\miaowei\business\system\service\impl\UserServiceImpl.class]: Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: 'sessionFactory' or 'hibernateTemplate' is required求大神看看是什么问题
applicationContext.xml配置

spring-mvc.xml配置

UserController.java

UserServiceImpl.java

目录结构
