Spring Data
Spring Data Examples
-
Spring Boot + Spring Data Apache Cassandra + Rest API + Example
In this blog, we will learn Spring Boot integration with NoSQL database Apache Cassandra with the help of a working example, along with Python and Apache Cassandra installation steps on Windows OS.…
-
Interview Preparation, Java 8, Microservices, MySQL, Spring Boot, Spring Data, Tools SoapUI, Postman etc.
Spring Boot + Spring Data MongoDB + Rest API + Example
High Level Application Architecture Here is the high level application’s architecture with MongoDB integration. Why MongoDB? What are the differences between SQL and NO-SQL databases? A relational database is based on a relational…
-
Spring Boot + Spring Data Redis (Remote Directory Server) with HashOperations + Rest API + Example
High-Level Application Architecture Here is the high-level application’s architecture with Redis integration. Why Redis? Redis Role in a Microservices Architecture We can use Redis in-memory cache/database along with Microservices Architecture as below.…
-
Spring Boot + Spring Security with Database Authentication (MySQL) + Rest API + Example
Microservice: Application Overview In this example, we are exposing a Rest API (/login) for the end user authentication. URL: http://localhost:8080/springbootdbauth/login. On successful login it will return a message “User: Successfully logged in!”…