|
|
@ -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.local=true # if local mode should be used with client nodes
|
|
|
|
spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled
|
|
|
|
spring.data.elasticsearch.repositories.enabled=true # if spring data repository support is enabled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
|
|
|
|
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
|
|
|
|
flyway.locations=classpath:db/migrations # locations of migrations scripts
|
|
|
|
flyway.locations=classpath:db/migrations # locations of migrations scripts
|
|
|
|
flyway.schemas= # schemas to update
|
|
|
|
flyway.schemas= # schemas to update
|
|
|
|