解决The injection point has the following annotations:@org.springframework.beans.factory.annotation错误~

错误描述如下所示:

解决The injection point has the following annotations:@org.springframework.beans.factory.annotation错误~_第1张图片

错误原因:未将com.reggie.service.EmployeeService类型的bean进行自动装配

我的错误原因是忘记给EmployeeService的实现类添加注解@Service,也就是未实现自动装配,那么只需要添加注解即可解决该问题

你可能感兴趣的:(mistakes,java,开发语言,spring,boot)