4.0.0
org.jooq
jooq-spring-example
1.0
jOOQ Spring Example
Apache License, Version 2.0
http://www.jooq.org/inc/LICENSE.txt
repo
UTF-8
3.2.6.RELEASE
3.4.0-SNAPSHOT
org.jooq
jooq
${org.jooq.version}
com.jolbox
bonecp
0.8.0.RELEASE
com.h2database
h2
1.3.168
log4j
log4j
1.2.16
org.slf4j
slf4j-log4j12
1.7.5
org.springframework
spring-context
${org.springframework.version}
org.springframework
spring-jdbc
${org.springframework.version}
junit
junit
4.11
jar
test
org.springframework
spring-test
${org.springframework.version}
test
true
src/main/resources
**/*.xml
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
1.3.168
org.jooq
jooq-codegen-maven
${org.jooq.version}
generate-h2
generate-sources
generate
${db.driver}
${db.url}
${db.username}
${db.password}
org.jooq.util.DefaultGenerator
org.jooq.util.h2.H2Database
.*
true
PUBLIC
false
true
true
org.jooq.example.db.h2
target/generated-sources/jooq-h2
com.h2database
h2
1.3.168