Add reference to @EntityScan for MongoDB

Closes gh-10947
This commit is contained in:
Stephane Nicoll 2017-11-12 12:36:10 +01:00
parent f975e8d363
commit 9e051e72e2
1 changed files with 2 additions and 0 deletions

View File

@ -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].