4.0.0 org.jooq jooq-examples 3.17.0-SNAPSHOT jooq-spring-boot-example jar jOOQ Spring Boot Example Apache License, Version 2.0 http://www.jooq.org/inc/LICENSE.txt repo UTF-8 org.jooq.example.spring.Application 11 org.springframework.boot spring-boot-dependencies ${spring.boot.version} pom import org.springframework.boot spring-boot-starter-jooq ${spring.boot.version} org.jooq jooq org.jooq jooq com.h2database h2 org.apache.logging.log4j log4j-slf4j18-impl test org.apache.logging.log4j log4j-core test org.springframework.boot spring-boot-starter-test ${spring.boot.version} test org.springframework.boot spring-boot-starter-logging junit junit test org.springframework.boot spring-boot-maven-plugin org.codehaus.mojo properties-maven-plugin 1.0-alpha-2 initialize read-project-properties src/main/resources/application.properties org.codehaus.mojo sql-maven-plugin ${maven.test.skip} always create-database-h2 generate-sources execute ${spring.datasource.driverClassName} ${spring.datasource.url} ${spring.datasource.username} ${spring.datasource.password} true src/main/resources/schema-h2.sql src/main/resources/data-h2.sql com.h2database h2 ${h2.version} org.jooq jooq-codegen-maven generate-h2 generate-sources generate ${spring.datasource.driverClassName} ${spring.datasource.url} ${spring.datasource.username} ${spring.datasource.password} org.jooq.meta.h2.H2Database .* PUBLIC false true true org.jooq.example.db.h2 target/generated-sources/jooq-h2