From 7b2d3e5b1700490b547efd52778de254b468a68a Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Tue, 11 Jul 2017 09:31:21 +0530 Subject: [PATCH 1/2] fix property Corrected property name as per spring boot document https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#_customizing_jooq --- .../src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/application.properties b/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/application.properties index e99917644e..42b3dfb602 100644 --- a/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/application.properties +++ b/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/application.properties @@ -5,8 +5,8 @@ spring.datasource.username=sa spring.datasource.password= #jOOQ Configuration -jooq.sql.dialect=H2 +jspring.jooq.sql-dialect=H2 spring.datasource.initialize=false -spring.datasource.continueOnError=true \ No newline at end of file +spring.datasource.continueOnError=true From 1bfed04ddae804138a5da7b7dfe564219d6cdbe9 Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Tue, 11 Jul 2017 09:33:31 +0530 Subject: [PATCH 2/2] Update application.properties --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/application.properties b/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/application.properties index 42b3dfb602..41f2bbe6c4 100644 --- a/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/application.properties +++ b/jOOQ-examples/jOOQ-spring-boot-example/src/main/resources/application.properties @@ -5,7 +5,7 @@ spring.datasource.username=sa spring.datasource.password= #jOOQ Configuration -jspring.jooq.sql-dialect=H2 +spring.jooq.sql-dialect=H2 spring.datasource.initialize=false