Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/senocak/spring-kotlin-jooq
- Owner: senocak
- Created: 2024-05-31T06:16:46.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T07:49:30.000Z (9 months ago)
- Last Synced: 2024-11-08T10:23:09.060Z (3 months ago)
- Topics: jooq, jooq-codegen, kotlin, spring, spring-boot, spring-mvc, spring-security
- Language: Kotlin
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```