From 0921b2331d1391cc25a94eaf2d12d988e2ca7ecd Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Wed, 1 Sep 2021 13:36:03 +0200 Subject: [PATCH] Added readme to testcontainers examples --- jOOQ-examples/jOOQ-testcontainers-example/README.md | 13 +++++++++++++ .../jOOQ-testcontainers-flyway-example/README.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 jOOQ-examples/jOOQ-testcontainers-example/README.md create mode 100644 jOOQ-examples/jOOQ-testcontainers-flyway-example/README.md diff --git a/jOOQ-examples/jOOQ-testcontainers-example/README.md b/jOOQ-examples/jOOQ-testcontainers-example/README.md new file mode 100644 index 0000000000..d6dc73a7ff --- /dev/null +++ b/jOOQ-examples/jOOQ-testcontainers-example/README.md @@ -0,0 +1,13 @@ +Thanks for downloading jOOQ. +Please visit http://www.jooq.org for more information. + +To install and run this example, simply check it out and run the following Maven command + +``` +$ pwd +/path/to/checkout/dir +$ cd jOOQ-examples/jOOQ-testcontainers-example +$ mvn clean install +``` + +The example should run right away. For more information about this example, see https://blog.jooq.org/using-testcontainers-to-generate-jooq-code/ \ No newline at end of file diff --git a/jOOQ-examples/jOOQ-testcontainers-flyway-example/README.md b/jOOQ-examples/jOOQ-testcontainers-flyway-example/README.md new file mode 100644 index 0000000000..c22a67b877 --- /dev/null +++ b/jOOQ-examples/jOOQ-testcontainers-flyway-example/README.md @@ -0,0 +1,13 @@ +Thanks for downloading jOOQ. +Please visit http://www.jooq.org for more information. + +To install and run this example, simply check it out and run the following Maven command + +``` +$ pwd +/path/to/checkout/dir +$ cd jOOQ-examples/jOOQ-testcontainers-flyway-example +$ mvn clean install +``` + +The example should run right away. For more information about this example, see https://blog.jooq.org/using-testcontainers-to-generate-jooq-code/ \ No newline at end of file