January 2018
Intermediate to advanced
414 pages
10h 29m
English
Spring Data provides a familiar and consistent Spring-based programming model for data access. It makes it easy to use data access technologies, including NoSQL and SQL databases. Since Spring Framework 5, Spring Data provides reactive capabilities based on the Reactor framework.
Currently, the Spring Data reactive implementation supports only NoSQL databases and we can choose between MongoDB, Cassandra, or Redis. In this section, we will learn how we can set up a project that uses Spring Data to connect to our MongoDB server.
Read now
Unlock full access