From 2d71b08eef73597efe8062b7591567c7c767bd36 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 12 Apr 2016 20:06:35 -0700 Subject: [PATCH] Fix copy/paste error in documentation --- spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 75296bd626..519852c7df 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3064,7 +3064,7 @@ You can take full control of the configuration by adding a `org.neo4j.ogm.config.Configuration` `@Bean` of your own. Also, adding a `@Bean` of type `Neo4jOperations` disables the auto-configuration. -You can configure the user and credentials to use via the `spring.data.couchbase.*` +You can configure the user and credentials to use via the `spring.data.neo4j.*` properties: [source,properties,indent=0]