Integration between Querydsl and Spring Data REST using Kotlin, Gradle and Spring Boot 3
Overview
This article will walk through the process of integrating Querydsl with an existing Spring Data REST API using Kotlin and Gradle.
The goal is to demonstrate how to implement advanced querying and filtering features on a REST API without the ...