Unable to generate Jooq Classes from H2 using JPADatabase
问题 Im currently trying to generate jooq classes from jpa entities instead of using an existing db. Following this page and using jooq version 3.9.1, my current pom's plugin section looks like <profile> <id>jooq-jpa</id> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>1.8</source> <target>1.8</target> </configuration> </plugin> <plugin> <groupId>org.jooq</groupId> <artifactId>jooq-codegen-maven<