Untitled

 avatar
unknown
plain_text
2 years ago
644 B
6
Indexable
@Component
public class CreatingPESkGkcValidBanknotesRequestService implements CreatingProductEventRequestAssembler {
    private final BusinessEventDataSkGkcBanknotesConverter converter;

    protected CreatingPESkGkcValidBanknotesRequestService(final BusinessEventDataSkGkcBanknotesConverter converter) {
        this.converter = converter;
    }

Could not autowire. There is more than one bean of 'BusinessEventDataSkGkcBanknotesConverter' type.

Вариант того какой bean будет внедрён выбирвается в CreatingPEIssueSkGkcBanknotesRequestService и CreatingPERecalcSkGkcBanknotesRequestService
Editor is loading...