Merge branch '1.1.x'
Conflicts: spring-boot/src/main/java/org/springframework/boot/logging/LoggingApplicationListener.java
This commit is contained in:
@@ -257,7 +257,7 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.data.rest.base-uri= # base URI against which the exporter should calculate its links
|
||||
|
||||
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
|
||||
flyway.locations=classpath:db/migrations # locations of migrations scripts
|
||||
flyway.locations=classpath:db/migration # locations of migrations scripts
|
||||
flyway.schemas= # schemas to update
|
||||
flyway.init-version= 1 # version to start migration
|
||||
flyway.sql-migration-prefix=V
|
||||
|
||||
Reference in New Issue
Block a user