From 7ba7693e655a3bd5d74159715d393782465029a1 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 13 Jul 2015 13:48:13 +0200 Subject: [PATCH] Polish doc See gh-3457 --- .../src/main/asciidoc/appendix-configuration-metadata.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc index 0c95fb128d..7b7aa785e3 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-configuration-metadata.adoc @@ -480,8 +480,10 @@ The following types can be used: * `org.springframework.core.io.Resource`: auto-completion of Spring’s Resource abstraction to refer to a file on the filesystem or on the classpath. -The meta-data snippet below corresponds to the standard `spring.jooq.sql-dialect` -property that defines the `SQLDialect` class name to use: +The meta-data snippet below corresponds to the standard `liquibase.change-log` +property that defines the path to the changelog to use. It is actually used internally as a +`org.springframework.core.io.Resource` but cannot be exposed as such as we need to keep the +original String value to pass it to the Liquibase API. [source,json,indent=0] ----