lukas.mega
03/08/2018, 1:23 PM"Autowired members must be defined in valid Spring bean (@Component|@Service|...)"shows this warning for Interface annotated with
org.springframework.stereotype.Repository
@Autowired
protected lateinit var languageRepository: LanguageRepository
(I'm using latest stable IntelliJ Idea & Kotlin plugin (1.2.30-release-IJ2017.3-1)
#spring #intellijlukas.mega
03/08/2018, 1:45 PMUnmapped Spring configuration files found.
). Now it's solved.