Add reference to @EntityScan for MongoDB

Closes gh-10947
pull/10987/head
Stephane Nicoll 7 years ago
parent f975e8d363
commit 9e051e72e2

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

Loading…
Cancel
Save