maibin 326e85e829
Merge pull request #7841 from sjmillington/readme-9
[BAEL-17476] - Add README descriptions 9
2019-10-01 14:04:54 -07:00
..
2016-10-23 18:57:21 +02:00
2019-07-14 18:40:26 +05:30

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.