From 241b2cef1839b4b17a20b51bc18ad28676fb2d2b Mon Sep 17 00:00:00 2001 From: Ben-Epstein Date: Fri, 30 Jun 2017 16:21:25 -0500 Subject: [PATCH] working product --- pom.xml | 9 +++++++-- src/main/resources/application.properties | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7dcabb03d..a6f943f65 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,11 @@ org.springframework.boot spring-boot-starter-web + + com.splicemachine + splice-hibernate-dialect + 2.6.0.1726-SNAPSHOT + org.springframework.boot spring-boot-starter-thymeleaf @@ -133,7 +138,7 @@ spring-boot-maven-plugin - build-info @@ -166,7 +171,7 @@ - pl.project13.maven diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b38520e67..ccaf09680 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=org.hibernate.dialect.DerbyTenSevenDialect +spring.jpa.database-platform=com.splicemachine.SpliceMachineDialect # Web spring.thymeleaf.mode=HTML