IntelliJ Community Edition, Java8, Spring Boot 2.1.11
Попытка создать базовый c связанный курс (Создание реактивных приложений с Spring Boot2 от Криса Анаталио)
Я не могу запустить приложение. Он использует встроенную Mon go DB.
failed
:ReactivespringApplication.main()
org.springframework.beans.BeanInstantiationException: Failed to instantiate [de.flapdoodle.embed.mongo.MongodExecutable]: Factory method 'embeddedMongoServer' threw exception; nested exception is de.flapdoodle.embed.process.exceptions.DistributionException: prepare executable
de.flapdoodle.embed.process.exceptions.DistributionException: prepare executable
java.io.IOException: Could not open inputStream for https://downloads.mongodb.org/win32/mongodb-win32-x86_64-3.5.5.zip
javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Обновление:
Я обнаружил, что LinkedIn предоставляет набор кодов окончания для каждой лекции. Я скачал и импортировал его, и он работал нормально. Я не знаю, что отличается. Сделал WinMerge, но без явных различий.