No qualifying bean of type [xxx] found for dependency
1754 ワード
説明
問題のソース
<context:component-scan base-package="xxx.xxx.xxx"/>
// @service
@Service
public class OperatorServiceImpl implements OperatorService {
/*
@Resource
private OperatorService operatorService;
*/
@Resource
private OperatorDao operatorDao;