Untitled

Anonymous
plain_text
10/20/2023 7:08 AM
860 B
23
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...