How do I best work around Flyway issue 156?

后端 未结 1 2017
感动是毒
感动是毒 2021-01-23 01:03

I\'m trying to get Flyway configured and have run up against issue 156, where I can\'t escape the following message:

[WARNING] Unable to find path for sql migra         


        
相关标签:
1条回答
  • 2021-01-23 01:42

    Issue 156 only applies to OSGi environments.

    baseDir refers to a location on the classpath.

    In your case this would be: PROJECT_ROOT/src/main/resources/db/migration

    Put your migrations there and it should work. I'll have another look at the docs to see if they can be clarified regarding this.

    0 讨论(0)
提交回复
热议问题