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 9c956266a0f..e00c1c04568 100644 --- a/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3496,6 +3496,8 @@ is now a Mongo data class rather than a JPA `@Entity`, it will work in the same } ---- +TIP: You can customize document scanning locations using the `@EntityScan` annotation. + TIP: For complete details of Spring Data MongoDB, including its rich object mapping technologies, refer to their http://projects.spring.io/spring-data-mongodb/[reference documentation].