Registry / database / spring-boot-starter-jooq

spring-boot-starter-jooq

JSON →
library4.0.6javamavenunverified

Starter for using jOOQ to access SQL databases with JDBC in Spring Boot.

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jooq</artifactId> <version>4.0.6</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-BOOT-STARTE
S
spring-boot-starter-jooq
databasejavav4.0.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DSLContext
org.jooq.DSLContext

Minimal jOOQ usage with Spring Boot

import org.jooq.DSLContext; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class ExampleService { @Autowired private DSLContext dsl; public void query() { dsl.select().from("my_table").fetch(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Meta
2
Resources
spring-boot-starter-jooq — mvn dependency:get spring-boot-starter-jooq · libregistry