From 714506a5e9f0435d647f5c25759a97ec12c4a24c Mon Sep 17 00:00:00 2001 From: collaboratewithakash <38683470+collaboratewithakash@users.noreply.github.com> Date: Fri, 23 Sep 2022 15:02:54 +0530 Subject: [PATCH] Update README.md --- persistence-modules/spring-jooq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/persistence-modules/spring-jooq/README.md b/persistence-modules/spring-jooq/README.md index d0cb946614..0f68f8b1d9 100644 --- a/persistence-modules/spring-jooq/README.md +++ b/persistence-modules/spring-jooq/README.md @@ -4,7 +4,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) +- [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.