From 1bfed04ddae804138a5da7b7dfe564219d6cdbe9 Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Tue, 11 Jul 2017 09:33:31 +0530 Subject: [PATCH] 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