框架启动出现了Error creating bean with name

SSM框架中启动出现的问题
Error creating bean with name 'studentController': Injection of autowired dependencies failed;

字面意思就是在启动的时候spring自动注入时这个controller有问题,没能自动创建成功,去看下这个controller注解是不是有问题