Skip to content

Commit be2c7bf

Browse files
committed
Merge pull request #13933 from mhewedy:patch-1
* pr/13933: Add classpath prefix to the flyway location
2 parents 2c4e451 + 2f69785 commit be2c7bf

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
@@ -2219,7 +2219,7 @@ the following:
22192219

22202220
[source,properties,indent=0]
22212221
----
2222-
spring.flyway.locations=db/migration/{vendor}
2222+
spring.flyway.locations=classpath:db/migration/{vendor}
22232223
----
22242224

22252225
Rather than using `db/migration`, the preceding configuration sets the folder to use

0 commit comments

Comments
 (0)