Skip to content

Commit

Permalink
feat(liquibase): async liquibase configuration should not be activate…
Browse files Browse the repository at this point in the history
…d if liquibase is disabled
  • Loading branch information
murdos committed Dec 5, 2024
1 parent 713172d commit 11dc07f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import org.springframework.core.env.Environment;

@Configuration
@EnableConfigurationProperties({ LiquibaseProperties.class })
@ConditionalOnProperty(prefix = "spring.liquibase", name = { "enabled" }, matchIfMissing = true)
class LiquibaseConfiguration {
private static final Logger log = LoggerFactory.getLogger(LiquibaseConfiguration.class);
Expand Down

0 comments on commit 11dc07f

Please sign in to comment.