Skip to content

Commit 3dc74fe

Browse files
committed
Polish
1 parent 134682a commit 3dc74fe

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,20 @@
405405
"name": "spring.info.git.location",
406406
"defaultValue": "classpath:git.properties"
407407
},
408+
{
409+
"name": "spring.flyway.locations",
410+
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
411+
"defaultValue": [
412+
"classpath:db/migration"
413+
]
414+
},
415+
{
416+
"name": "spring.flyway.sql-migration-suffixes",
417+
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
418+
"defaultValue": [
419+
".sql"
420+
]
421+
},
408422
{
409423
"name": "spring.freemarker.prefix",
410424
"defaultValue": ""
@@ -1490,20 +1504,6 @@
14901504
"level": "error"
14911505
}
14921506
},
1493-
{
1494-
"name": "spring.flyway.locations",
1495-
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
1496-
"defaultValue": [
1497-
"classpath:db/migration"
1498-
]
1499-
},
1500-
{
1501-
"name": "spring.flyway.sql-migration-suffixes",
1502-
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
1503-
"defaultValue": [
1504-
".sql"
1505-
]
1506-
},
15071507
{
15081508
"name": "spring.flyway.dry-run-output",
15091509
"type": "java.io.OutputStream",

0 commit comments

Comments
 (0)