From 62867685ed8aa8c2d523eb96f006617df388bbcd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 18 Aug 2016 17:00:12 +0200 Subject: [PATCH] Fix reference to `@EntityScan` in the doc Closes gh-6687 --- 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 bcc5c8ca90d..f969deda27e 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3353,7 +3353,7 @@ infrastructure; so you could take the JPA example from earlier and, assuming tha is now a Neo4j OGM `@NodeEntity` rather than a JPA `@Entity`, it will work in the same way. -TIP: You can customize entity scanning locations using the `@NodeEntityScan` annotation. +TIP: You can customize entity scanning locations using the `@EntityScan` annotation. To enable repository support (and optionally support for `@Transactional`), add the following two annotations to your Spring configuration: