Tag

JdbcClient

0 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
Dec 23, 2023 · Backend Development

Using Spring Boot 3.2 JdbcClient for Database Operations – Overview and Code Examples

This article introduces Spring Boot 3.2's new JdbcClient, explains its fluent API style, shows how to add the dependency, inject it, and perform various query and insert operations with code examples, highlighting its advantages over traditional ORM frameworks.

DatabaseFluentAPIJava
0 likes · 8 min read
Using Spring Boot 3.2 JdbcClient for Database Operations – Overview and Code Examples
Java Architecture Diary
Java Architecture Diary
Aug 31, 2023 · Backend Development

Master Spring 6.1 JdbcClient: Simplify CRUD with Fluent API

This guide walks through Spring Framework 6.1's new JdbcClient API, showing how to define a Bookmark entity, create the corresponding MySQL schema, perform fluent CRUD operations, and verify them with Testcontainers‑based integration tests in a Spring Boot 3.2 project.

CRUDJavaJdbcClient
0 likes · 12 min read
Master Spring 6.1 JdbcClient: Simplify CRUD with Fluent API