java-tutorials/persistence-modules/spring-jooq
anuragkumawat acb28bdec3
JAVA-31341 Fix spring-jooq and spring-mybatis module (#15897)
2024-02-20 16:28:46 +02:00
..
src JAVA-29070: Upgrade Spring-Jooq module to Spring Boot 3 (#15387) 2024-01-07 23:44:45 +02:00
.gitignore JAVA-3542: Moved spring-jooq inside persistence-modules 2021-01-09 12:59:21 +05:30
README.md Update README.md 2022-09-23 15:02:54 +05:30
pom.xml JAVA-31341 Fix spring-jooq and spring-mybatis module (#15897) 2024-02-20 16:28:46 +02:00

README.md

Spring jOOQ

This module contains articles about Spring with jOOQ

Relevant Articles:

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.

Since version 1.5.x, the m2e default lifecycle mapping no longer covers the maven-plugin-plugin.