diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index a182b83dd6..cf4b414456 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3679,6 +3679,8 @@ in the following example: } ---- +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 the http://projects.spring.io/spring-data-mongodb/[reference documentation].