报错原因:Exception in thread “main” org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named ‘bookServiceImpl’ available
Service实现类里忘了加注解:@Service
代码: 修改前: 修改后:
问题解决;
注解@Service和@Autowired作用解析

报错原因:Exception in thread “main” org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named ‘bookServiceImpl’ available
Service实现类里忘了加注解:@Service
代码: 修改前: 修改后:
问题解决;
注解@Service和@Autowired作用解析