diff --git a/README.md b/README.md index 0c2691f..e333ae6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/guide/working-with-jooq-flyway-using-testcontainers/index.adoc b/guide/working-with-jooq-flyway-using-testcontainers/index.adoc index a2686bd..16a37e0 100644 --- a/guide/working-with-jooq-flyway-using-testcontainers/index.adoc +++ b/guide/working-with-jooq-flyway-using-testcontainers/index.adoc @@ -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. @@ -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+