Merge branch '1.5.x'
This commit is contained in:
@@ -2184,7 +2184,7 @@ application starts for testing. If you want to be more sophisticated you can use
|
||||
profile-specific configuration to customize `flyway.locations` so that certain migrations
|
||||
will only run when a particular profile is active. For example, in
|
||||
`application-dev.properties` you could set `flyway.locations` to
|
||||
`classpath:/db/migration, claspath:/dev/db/migration` and migrations in `dev/db/migration`
|
||||
`classpath:/db/migration, classpath:/dev/db/migration` and migrations in `dev/db/migration`
|
||||
will only run when the `dev` profile is active.
|
||||
|
||||
|
||||
|
||||
@@ -1579,7 +1579,7 @@ it's loaded too early. You need to either use `logback-spring.xml` or define a
|
||||
WARNING: The extensions cannot be used with Logback's
|
||||
http://logback.qos.ch/manual/configuration.html#autoScan[configuration scanning]. If you
|
||||
attempt to do so, making changes to the configuration file will result in an error similar
|
||||
to once of the following being logged:
|
||||
to one of the following being logged:
|
||||
|
||||
----
|
||||
ERROR in ch.qos.logback.core.joran.spi.Interpreter@4:71 - no applicable action for [springProperty], current ElementPath is [[configuration][springProperty]]
|
||||
|
||||
Reference in New Issue
Block a user