mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Fixed pom to current snapshot and a typo pointing to hibernate
This commit is contained in:
parent
159d3cd8f3
commit
f8767ff2ec
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -54,7 +54,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.splicemachine</groupId>
|
<groupId>com.splicemachine</groupId>
|
||||||
<artifactId>splice-hibernate-dialect</artifactId>
|
<artifactId>splice-hibernate-dialect</artifactId>
|
||||||
<version>2.6.0.1726-SNAPSHOT</version>
|
<version>2.7.0.1742-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
|
@ -8,7 +8,7 @@ spring.datasource.url=jdbc:splice://localhost:1527/splicedb;user=splice;password
|
||||||
spring.datasource.username=splice
|
spring.datasource.username=splice
|
||||||
spring.datasource.password=admin
|
spring.datasource.password=admin
|
||||||
spring.datasource.driver-class-name=com.splicemachine.db.jdbc.ClientDriver
|
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
|
# Web
|
||||||
spring.thymeleaf.mode=HTML
|
spring.thymeleaf.mode=HTML
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue