We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e21eb3 commit cf5a1bbCopy full SHA for cf5a1bb
src/main/java/ru/mystamps/web/support/liquibase/LiquibaseSupport.java
@@ -50,7 +50,7 @@ public static SpringApplication createSpringApplication() {
50
// Don't run Liquibase by default, we only need to initialize all required beans
51
// Note that we can't set "spring.liquibase.enabled: false" because it disables
52
// autoconfiguration of Liquibase beans completely.
53
- // See https://docs.liquibase.com/commands/config-ref/should-run-parameter.html
+ // See https://docs.liquibase.com/parameters/should-run.html
54
System.setProperty("liquibase.shouldRun", "false");
55
56
// Override value (WARN) from application*.properties
0 commit comments