A Quick Look at R2DBC with Spring Data 1. Introduction R2DBC (Reactive Relational Database Connectivity) is an effort presented by Pivotal during Spring One Platform 2018. It intends to create a reactive API to SQL databases. In other words, this effort creates a database connection using fully non-blocking drivers. In… Continue Reading spring-data-r2dbc

Deprecated Classes in Spring 1. Introduction In this tutorial, we’re going to take a look at the deprecated classes in Spring and Spring Boot and explain what these have been replaced with. We’ll explore classes starting from Spring 4 and Spring Boot 1.4. 2. Deprecated Classes in Spring For easier reading, we… Continue Reading spring-deprecated-classes