18
Не вдається автоматично підключити @Repository коментований інтерфейс у Spring Boot
Я розробляю весняний додаток для завантаження і тут зіткнувся з проблемою. Я намагаюся ввести анотований інтерфейс @Repository, і, здається, це взагалі не працює. Я отримую цю помилку org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springBootRunner': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.pharmacy.persistence.users.dao.UserEntityDao com.pharmacy.config.SpringBootRunner.userEntityDao; nested …