Skip to content

Commit 9e051e7

Browse files
committed
Add reference to @EntityScan for MongoDB
Closes gh-10947
1 parent f975e8d commit 9e051e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3496,6 +3496,8 @@ is now a Mongo data class rather than a JPA `@Entity`, it will work in the same
34963496
}
34973497
----
34983498

3499+
TIP: You can customize document scanning locations using the `@EntityScan` annotation.
3500+
34993501
TIP: For complete details of Spring Data MongoDB, including its rich object mapping
35003502
technologies, refer to their http://projects.spring.io/spring-data-mongodb/[reference
35013503
documentation].

0 commit comments

Comments
 (0)