Skip to content

senocak/Spring-Kotlin-Jooq

Repository files navigation

Spring Boot jOOQ & Security

This repository contains a Spring Boot application that demonstrates how to use jOOQ for database interactions. The application includes examples of how to fetch, update, and manipulate data in a PostgreSQL database using jOOQ.

Features

  • Spring Boot 3.3.0
  • jOOQ for type-safe SQL queries
  • PostgreSQL database integration
  • Kotlin language
  • Testcontainers for integration and generating the db pojos
  • Flyway for database migrations

Prerequisites

  • JDK 17 or later
  • Docker (for running Testcontainers)
  • PostgreSQL database

Getting Started

Clone the Repository

git clone https://github.com/senocak/Spring-Kotlin-Jooq.git