java-tutorials/spring-jooq
amit2103 a840e3505c [BAEL-14274] - Reverted the rename of EventWithFormat to Event 2019-10-27 19:52:36 +05:30
..
src [BAEL-14274] - Reverted the rename of EventWithFormat to Event 2019-10-27 19:52:36 +05:30
.gitignore [BAEL-14274] - Reverted the rename of EventWithFormat to Event 2019-10-27 19:52:36 +05:30
README.md [BAEL-14274] - Reverted the rename of EventWithFormat to Event 2019-10-27 19:52:36 +05:30
pom.xml [BAEL-14274] - Reverted the rename of EventWithFormat to Event 2019-10-27 19:52:36 +05:30

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.