From 457fc61bd5472448f1618ea93a583a7c8493948d Mon Sep 17 00:00:00 2001 From: johnA1331 <53036378+johnA1331@users.noreply.github.com> Date: Thu, 1 Apr 2021 00:23:26 +0800 Subject: [PATCH] Update README.md --- persistence-modules/spring-jooq/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-jooq/README.md b/persistence-modules/spring-jooq/README.md index 515ab8be3c..d0cb946614 100644 --- a/persistence-modules/spring-jooq/README.md +++ b/persistence-modules/spring-jooq/README.md @@ -5,6 +5,7 @@ This module contains articles about Spring with jOOQ ### Relevant Articles: - [Spring Boot Support for jOOQ](https://www.baeldung.com/spring-boot-support-for-jooq) - [Introduction to jOOQ with Spring](https://www.baeldung.com/jooq-with-spring) +- [Count Query In jOOQ](https://www.baeldung.com/jooq-count-query) In order to fix the error "Plugin execution not covered by lifecycle configuration: org.jooq:jooq-codegen-maven:3.7.3:generate (execution: default, phase: generate-sources)", right-click on the error message and choose "Mark goal generated as ignore in pom.xml". Until version 1.4.x, the maven-plugin-plugin was covered by the default lifecycle mapping that ships with m2e.