Browse Source

Fix reference to `@EntityScan` in the doc

Closes gh-6687
pull/6699/head
Stephane Nicoll 10 years ago
parent
commit
62867685ed
  1. 2
      spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

2
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 @@ -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:

Loading…
Cancel
Save