Skip to content

Commit 715e904

Browse files
committed
Merge branch '2.1.x'
2 parents 07eb181 + 8882c53 commit 715e904

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/main/asciidoc

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1967,7 +1967,7 @@ Assume the following:
19671967

19681968
[source,properties,indent=0]
19691969
----
1970-
spring.flyway.locations=classpath:db/migration/\{vendor}
1970+
spring.flyway.locations=classpath:db/migration/{vendor}
19711971
----
19721972

19731973
Rather than using `db/migration`, the preceding configuration sets the folder to use according to the type of the database (such as `db/migration/mysql` for MySQL).

0 commit comments

Comments
 (0)