How to disable flyway in a particular Spring profile?

FYI, for anybody who comes here looking for this, the property name has changed for Spring Boot 2.0:

For application.properties format:

spring.flyway.enabled=false

For application.yml format:

spring:
    flyway:
        enabled: false

Update: To disable flyway in a specific profile, you can put that property in the properties file specific to that profile. For instance, if your profile is called “abc”, you can put it in application-abc.properties. Check out Spring’s documentation on Profile-specific properties for more clarity on how to name the files. Generally, the format is application-{profileName}.properties.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)