Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/senocak/spring-kotlin-jooq

Spring Kotlin Jooq
https://github.com/senocak/spring-kotlin-jooq

jooq jooq-codegen kotlin spring spring-boot spring-mvc spring-security

Last synced: about 1 month ago
JSON representation

Spring Kotlin Jooq

Awesome Lists containing this project

README

        

# 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

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