Я пытаюсь разработать простое приложение CRUD, используя Spring Boot Parent 2.3.0 и Postgresql.
Получение ошибок ниже в классе SpringBootApplication и не удалось скомпилировать или запустить проект.
- The type org.springframework.data.repository.query.QueryLookupStrategy$Key cannot be resolved. It is indirectly referenced from required .class files
- The type org.springframework.data.repository.config.BootstrapMode cannot be resolved. It is indirectly referenced from required .class files
В предыдущей версии родителя Spring все работает нормально. Эта проблема связана с 2.3.0.
Любая помощь приветствуется !!