Fixed pom to current snapshot and a typo pointing to hibernate

This commit is contained in:
Monte Zweben 2017-10-23 18:01:10 -07:00
parent 159d3cd8f3
commit f8767ff2ec
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@
<dependency>
<groupId>com.splicemachine</groupId>
<artifactId>splice-hibernate-dialect</artifactId>
<version>2.6.0.1726-SNAPSHOT</version>
<version>2.7.0.1742-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>

View file

@ -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