org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'TVseriesController': Unsatisfied dependency expressed through field 'tvSeriesService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tvSeriesServiceImpl': Unsatisfied dependency expressed through field 'tvSeriesRepository'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.mzb.tutorial.repository.TvSeriesRepository' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
2 回答

添加回答
举报
0/150
提交
取消