4.0.0 org.jooq jooq-examples 3.17.0-SNAPSHOT jooq-spring-example jOOQ Spring Example Apache License, Version 2.0 http://www.jooq.org/inc/LICENSE.txt repo UTF-8 org.jooq jooq commons-dbcp commons-dbcp 1.4 com.h2database h2 org.apache.logging.log4j log4j-slf4j18-impl org.springframework spring-context org.springframework spring-jdbc junit junit jar test org.springframework spring-test test true src/main/resources **/*.xml org.apache.maven.plugins maven-compiler-plugin true 1024m 256m UTF-8 11 11 11 true lines,vars,source -Xlint:varargs org.codehaus.mojo properties-maven-plugin 1.0.0 initialize read-project-properties src/main/resources/config.properties org.codehaus.mojo sql-maven-plugin ${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 ${h2.version} org.jooq jooq-codegen-maven 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