This commit is contained in:
Phillip Webb 2014-08-26 17:28:57 -07:00
parent b3ce079ea1
commit bacdd5a408

View File

@ -216,8 +216,6 @@ content into your application; rather pick only the properties that you need.
spring.data.elasticsearch.local=true # if local mode should be used with client nodes
spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
flyway.locations=classpath:db/migrations # locations of migrations scripts
flyway.schemas= # schemas to update