4.0.0 org.jooq jooq-spring-example ${org.jooq.version} jOOQ Spring Example Apache License, Version 2.0 http://www.jooq.org/inc/LICENSE.txt repo UTF-8 4.3.10.RELEASE 3.12.0-SNAPSHOT 1.4.198 org.jooq jooq ${org.jooq.version} commons-dbcp commons-dbcp 1.4 com.h2database h2 ${org.h2.version} org.apache.logging.log4j log4j-slf4j-impl 2.11.0 org.springframework spring-context ${org.springframework.version} org.springframework spring-jdbc ${org.springframework.version} junit junit 4.12 jar test org.springframework spring-test ${org.springframework.version} test true src/main/resources **/*.xml org.apache.maven.plugins maven-compiler-plugin 3.8.0 true 1024m 256m UTF-8 10 10 10 true lines,vars,source -Xlint:varargs org.codehaus.mojo properties-maven-plugin 1.0-alpha-2 initialize read-project-properties src/main/resources/config.properties org.codehaus.mojo sql-maven-plugin 1.5 ${maven.test.skip} always create-database-h2 generate-sources execute ${db.driver} ${db.url} ${db.username} ${db.password} true src/main/resources/db-h2.sql com.h2database h2 ${org.h2.version} org.jooq jooq-codegen-maven ${org.jooq.version} generate-h2 generate-sources generate ${db.driver} ${db.url} ${db.username} ${db.password} PUBLIC true true true true org.jooq.example.db.h2 target/generated-sources/jooq-h2