Происхождение не удалось инициализировать. Не видит файлы - PullRequest
0 голосов
/ 11 февраля 2020

У меня ошибка:

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-02-11 19:25:22.908 ERROR 8116 --- [  restartedMain] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Flyway failed to initialize: none of the following migration scripts locations could be found:

    - classpath:db/migration


Action:

Review the locations above or check your Flyway configuration

Но папка и файлы со скриптами существуют!

enter image description here

Также:

Appication.properties

spring.jpa.generate-ddl=true
spring.jpa.show-sql=false
spring.jpa.hibernate.ddl-auto=validate

Почему Flyway не видит файлы?

1 Ответ

0 голосов
/ 13 февраля 2020

Что-то не так. По значку изображения ваша папка представляет собой пакет, а не папку ресурсов. Может быть, ваше имя каталога db.migration, а не db/migration? Снова создайте папку с помощью терминала или файлового менеджера.

...