diff --git a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml index 7f68e3574d..53aa25dfc3 100644 --- a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml +++ b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml @@ -1,19 +1,19 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 1.3.1.RELEASE - + + org.springframework.boot + spring-boot-starter-parent + 1.3.3.RELEASE + - org.jooq - jooq-spring-boot-example - ${org.jooq.version} - jar - jOOQ Spring Boot Example + org.jooq + jooq-spring-boot-example + ${org.jooq.version} + jar + jOOQ Spring Boot Example @@ -23,155 +23,155 @@ - - UTF-8 - org.jooq.example.spring.Application + + UTF-8 + org.jooq.example.spring.Application 3.8.0-SNAPSHOT - 1.8 - + 1.8 + - - - org.springframework.boot - spring-boot-starter-jdbc - + + + org.springframework.boot + spring-boot-starter-jdbc + - - org.jooq - jooq - ${org.jooq.version} - + + org.jooq + jooq + ${org.jooq.version} + - - com.h2database - h2 - + + com.h2database + h2 + - - org.springframework.boot - spring-boot-starter-test - test - - + + org.springframework.boot + spring-boot-starter-test + test + + - - - - org.springframework.boot - spring-boot-maven-plugin - + + + + 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 + properties-maven-plugin + 1.0-alpha-2 + + + initialize + + read-project-properties + + + + src/main/resources/application.properties + + + + + - - - org.codehaus.mojo - sql-maven-plugin - 1.5 + + + org.codehaus.mojo + sql-maven-plugin + 1.5 - - ${maven.test.skip} - always - + + ${maven.test.skip} + always + - - - create-database-h2 - generate-sources - - execute - - - ${spring.datasource.driverClassName} - ${spring.datasource.url} - ${spring.datasource.username} - ${spring.datasource.password} + + + 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 - - - - + true + + src/main/resources/schema-h2.sql + src/main/resources/data-h2.sql + + + + - - - com.h2database - h2 - ${h2.version} - - - + + + com.h2database + h2 + ${h2.version} + + + - - - org.jooq - jooq-codegen-maven - ${org.jooq.version} + + + org.jooq + jooq-codegen-maven + ${org.jooq.version} - - - generate-h2 - generate-sources - - generate - - - - ${spring.datasource.driverClassName} - ${spring.datasource.url} - ${spring.datasource.username} - ${spring.datasource.password} - - - - org.jooq.util.h2.H2Database - .* - - true - PUBLIC - - - false - true - true - - - org.jooq.example.db.h2 - target/generated-sources/jooq-h2 - - - - - - - - com.h2database - h2 - ${h2.version} - - - - - + + + generate-h2 + generate-sources + + generate + + + + ${spring.datasource.driverClassName} + ${spring.datasource.url} + ${spring.datasource.username} + ${spring.datasource.password} + + + + org.jooq.util.h2.H2Database + .* + + true + PUBLIC + + + false + true + true + + + org.jooq.example.db.h2 + target/generated-sources/jooq-h2 + + + + + + + + com.h2database + h2 + ${h2.version} + + + + + diff --git a/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/logback.xml b/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/logback.xml new file mode 100644 index 0000000000..d56d8abcf3 --- /dev/null +++ b/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/logback.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file