{"id":65914,"library":"spring-boot-starter-jooq","title":"Spring Boot Starter jOOQ","description":"Starter for using jOOQ to access SQL databases with JDBC in Spring Boot.","status":"active","version":"4.0.6","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-boot","tags":["spring-boot","jooq","database","sql"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.boot</groupId>\n  <artifactId>spring-boot-starter-jooq</artifactId>\n  <version>4.0.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.boot:spring-boot-starter-jooq:4.0.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"DSLContext","correct":"org.jooq.DSLContext"}],"quickstart":{"code":"import org.jooq.DSLContext;\nimport org.springframework.beans.factory.annotation.Autowired;\nimport org.springframework.stereotype.Service;\n\n@Service\npublic class ExampleService {\n  @Autowired\n  private DSLContext dsl;\n\n  public void query() {\n    dsl.select().from(\"my_table\").fetch();\n  }\n}","lang":"java","description":"Minimal jOOQ usage with Spring Boot"},"warnings":[],"env_vars":null,"search_vec":"'access':10 'boot':2,17,20 'databas':12,22 'jdbc':14 'jooq':4,8,21 'spring':1,16,19 'spring-boot':18 'sql':11,23 'starter':3,5 'use':7","created_at":"2026-06-17T17:16:43.384883+00:00","updated_at":"2026-06-17T17:16:43.384883+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://spring.io/projects/spring-boot","github":"https://github.com/spring-projects/spring-boot","docs":"https://appdoc.app/artifact/org.springframework.boot/spring-boot-starter-jooq/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}