Add explicit reference to Flyway
Add an entry for `flyway.*` to make it more explicit that any public property of the auto-configured `Flyway` object can be set via the `flyway` prefix. Closes gh-2667
This commit is contained in:
		
							parent
							
								
									2176afb49e
								
							
						
					
					
						commit
						5ccf495c52
					
				|  | @ -367,6 +367,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 | 	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 ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties]) | ||||||
|  | 	flyway.*= # Any public property available on the auto-configured `Flyway` object | ||||||
| 	flyway.check-location=false # check that migration scripts location exists | 	flyway.check-location=false # check that migration scripts location exists | ||||||
| 	flyway.locations=classpath:db/migration # locations of migrations scripts | 	flyway.locations=classpath:db/migration # locations of migrations scripts | ||||||
| 	flyway.schemas= # schemas to update | 	flyway.schemas= # schemas to update | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue