Spring Boot | JOOQ Getting Started
This article will show how to use jOOQ in your spring boot projects.
Why do we need jOOQ?
There is a lot of pain using JPA and Hibernate. That is why we have something jOOQ.
First, we need to create a database schema. In …


