From bacdd5a408666955c7573ff69e7c4eb9522f9947 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 26 Aug 2014 17:28:57 -0700 Subject: [PATCH] Polish --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 2a73dc7843..a9c14a45c4 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -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