java-tutorials/spring-jooq
kwoyke 874edba8e7 BAEL-3803: Upgrade spring-jooq to the Spring Boot 2.2.2 (#8785) 2020-02-29 21:35:23 +01:00
..
src Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
.gitignore Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
README.md Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
pom.xml BAEL-3803: Upgrade spring-jooq to the Spring Boot 2.2.2 (#8785) 2020-02-29 21:35:23 +01: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.