@Autowired не подключает мой репозиторий — исключение нулевого указателя
#spring #spring-boot #spring-data-jpa #hibernate-mapping #autowired Вопрос: @SpringBootApplication public class ImportCSV { @Autowired private static PersonRepository personRepository; //does not seem to work public static void main(String args[]) throws IOException { SpringApplication.run(ImportCSV.class,…