Не работает component в Spring
1 000 руб. за проект
Spring только начал учить и застрял
Есть простая зависимость
@Mapper (componentModel = "spring")
public interface PlexCrmLeadDtoToLeadPlexCrmMapper {
List<LeadPlexCrmEntity> toPlexCrmEntity(List<LeadPlexCrmDto> leadPlexCrmDtoList);
}
Есть простой контроллер
private final PlexCrmLeadDtoToLeadPlexCrmMapper plexCrmLeadDtoToLeadPlexCrmMapper;
@Autowired
public PlexCrmController(LeadsPlexCRMService leadsPlexCRMService, LeadPlexCrmRepository leadPlexCrmRepository,
PlexCrmLeadDtoToLeadPlexCrmMapper plexCrmLeadDtoToLeadPlexCrmMapper) {
this.leadsPlexCRMService = leadsPlexCRMService;
this.leadPlexCrmRepository = leadPlexCrmRepository;
this.plexCrmLeadDtoToLeadPlexCrmMapper = plexCrmLeadDtoToLeadPlexCrmMapper;
}
Выдаёт ошибку
Could not autowire. No beans of 'PlexCrmLeadDtoToLeadPlexCrmMapper' type found.
Если добавить
@Configuration
@ComponentScan(basePackages = {"com.example.Analytics"})
public class AppConfig {
}
Проект вообще не собирается. Помогите решить, 3 дня бьюсь и уже идей больше не осталось((
Failed to parse configuration class [com.example.Analytics.AnalyticsApplication]
Оплата Сбербанк, Тинькоф, Райф
Есть простая зависимость
@Mapper (componentModel = "spring")
public interface PlexCrmLeadDtoToLeadPlexCrmMapper {
List<LeadPlexCrmEntity> toPlexCrmEntity(List<LeadPlexCrmDto> leadPlexCrmDtoList);
}
Есть простой контроллер
private final PlexCrmLeadDtoToLeadPlexCrmMapper plexCrmLeadDtoToLeadPlexCrmMapper;
@Autowired
public PlexCrmController(LeadsPlexCRMService leadsPlexCRMService, LeadPlexCrmRepository leadPlexCrmRepository,
PlexCrmLeadDtoToLeadPlexCrmMapper plexCrmLeadDtoToLeadPlexCrmMapper) {
this.leadsPlexCRMService = leadsPlexCRMService;
this.leadPlexCrmRepository = leadPlexCrmRepository;
this.plexCrmLeadDtoToLeadPlexCrmMapper = plexCrmLeadDtoToLeadPlexCrmMapper;
}
Выдаёт ошибку
Could not autowire. No beans of 'PlexCrmLeadDtoToLeadPlexCrmMapper' type found.
Если добавить
@Configuration
@ComponentScan(basePackages = {"com.example.Analytics"})
public class AppConfig {
}
Проект вообще не собирается. Помогите решить, 3 дня бьюсь и уже идей больше не осталось((
Failed to parse configuration class [com.example.Analytics.AnalyticsApplication]
Оплата Сбербанк, Тинькоф, Райф
Отзывы
В заказе есть исполнитель
При переводе заказа из архивного в актуальный, текущий исполнитель будет снят с задачи.
Выберите тип сделки
С безопасной сделкой вы всегда сможете вернуть средства, если что-то пойдет не так. С простой сделкой вы самостоятельно договариваетесь с исполнителем об оплате и берете на себя решение конфликтов.