From f8767ff2ec399986dbb31923b46255c3aac47e22 Mon Sep 17 00:00:00 2001 From: Monte Zweben Date: Mon, 23 Oct 2017 18:01:10 -0700 Subject: [PATCH] Fixed pom to current snapshot and a typo pointing to hibernate --- pom.xml | 2 +- src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a6f943f65..5c95791a0 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ com.splicemachine splice-hibernate-dialect - 2.6.0.1726-SNAPSHOT + 2.7.0.1742-SNAPSHOT org.springframework.boot diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ccaf09680..c2958051c 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -8,7 +8,7 @@ spring.datasource.url=jdbc:splice://localhost:1527/splicedb;user=splice;password spring.datasource.username=splice spring.datasource.password=admin spring.datasource.driver-class-name=com.splicemachine.db.jdbc.ClientDriver -spring.jpa.database-platform=com.splicemachine.SpliceMachineDialect +spring.jpa.database-platform=com.splicemachine.hibernate.SpliceMachineDialect # Web spring.thymeleaf.mode=HTML