Skip to content

Commit cf5a1bb

Browse files
committed
chore: update link in a comment
1 parent 7e21eb3 commit cf5a1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/support/liquibase/LiquibaseSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public static SpringApplication createSpringApplication() {
5050
// Don't run Liquibase by default, we only need to initialize all required beans
5151
// Note that we can't set "spring.liquibase.enabled: false" because it disables
5252
// autoconfiguration of Liquibase beans completely.
53-
// See https://docs.liquibase.com/commands/config-ref/should-run-parameter.html
53+
// See https://docs.liquibase.com/parameters/should-run.html
5454
System.setProperty("liquibase.shouldRun", "false");
5555

5656
// Override value (WARN) from application*.properties

0 commit comments

Comments
 (0)