4.0.0
com.baeldung
jooq-spring
0.0.1-SNAPSHOT
org.springframework.boot
spring-boot-dependencies
1.3.5.RELEASE
pom
import
org.jooq
jooq
${org.jooq.version}
com.h2database
h2
${com.h2database.version}
org.springframework
spring-context
org.springframework
spring-jdbc
org.springframework.boot
spring-boot-starter-jooq
org.slf4j
slf4j-api
runtime
ch.qos.logback
logback-classic
runtime
junit
junit
test
org.springframework
spring-test
test
org.codehaus.mojo
properties-maven-plugin
1.0.0
initialize
read-project-properties
src/main/resources/intro_config.properties
org.codehaus.mojo
sql-maven-plugin
1.5
initialize
execute
${db.driver}
${db.url}
${db.username}
${db.password}
src/main/resources/intro_schema.sql
com.h2database
h2
${com.h2database.version}
org.jooq
jooq-codegen-maven
${org.jooq.version}
generate-sources
generate
${db.driver}
${db.url}
${db.username}
${db.password}
com.baeldung.jooq.introduction.db
src/main/java
org.apache.maven.plugins
maven-compiler-plugin
${maven-compiler-plugin.version}
1.8
3.7.3
1.4.191
4.2.5.RELEASE
1.7.18
1.1.3
4.12
3.5.1