Skip to content

Commit

Permalink
Rename "JOOQ" to "jOOQ"
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jun 6, 2023
1 parent 2260531 commit 6df0c4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Working with JOOQ and Flyway using Testcontainers Guide
# Working with jOOQ and Flyway using Testcontainers Guide

This is sample code for [Working with JOOQ and Flyway using Testcontainers](https://testcontainers.com/guides/working-with-jooq-flyway-using-testcontainers) guide.
This is sample code for [Working with jOOQ and Flyway using Testcontainers](https://testcontainers.com/guides/working-with-jooq-flyway-using-testcontainers) guide.

## 1. Setup Environment
Make sure you have Java 8+ and a [compatible Docker environment](https://www.testcontainers.org/supported_docker_environment/) installed.
Expand Down
12 changes: 6 additions & 6 deletions guide/working-with-jooq-flyway-using-testcontainers/index.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Working with JOOQ and Flyway using Testcontainers"
title: "Working with jOOQ and Flyway using Testcontainers"
date: 2023-06-05T09:39:58+05:30
draft: false
description: This guide will explain how to test your jOOQ and Flyway based application by generating java code from database using Testcontainers.
Expand All @@ -17,11 +17,11 @@ tags:

In this guide, you will learn how to

* Create a Spring Boot application with JOOQ support
* Generate JOOQ code using Testcontainers, Flyway and Maven Plugin
* Implement basic database operations using JOOQ
* Implement logic to load complex object graph using JOOQ
* Test the JOOQ persistence layer using Testcontainers
* Create a Spring Boot application with jOOQ support
* Generate jOOQ code using Testcontainers, Flyway and Maven Plugin
* Implement basic database operations using jOOQ
* Implement logic to load complex object graph using jOOQ
* Test the jOOQ persistence layer using Testcontainers

== Prerequisites
* Java 17+
Expand Down

0 comments on commit 6df0c4c

Please sign in to comment.