lbruun-net / Pre-Liquibase

Spring Boot add-on to Liquibase
Apache License 2.0
49 stars 9 forks source link

Cannot resolve configuration property 'preliquibase.continueOnError' #25

Closed landsman closed 9 months ago

landsman commented 11 months ago

What I did do wrong?

Screenshot 2023-11-07 at 23 18 32

lbruun commented 9 months ago

This is an IDE question. Not per se a question related to Pre-Liquibase.

Some IDEs have a feature whereby they "know" (for Spring Boot) which configuration properties are valid. I'm guessing your IDE is IntelliJ IDEA? The feature in that IDE relies on some metadata to figure this out. For third party libraries you'll often see this message. It doesn't mean that you've spelled anything wrong or that something doesn't work. It just means that the library author hasn't bothered to publish such metadata along with the library.

I've opened a feature request on this topic.

Closing this ticket as this is not a bug.

zorglube commented 7 months ago

I purposed a PR that handle that : https://github.com/lbruun/Pre-Liquibase/pull/29