mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
working product
This commit is contained in:
parent
194afd4a5f
commit
241b2cef18
2 changed files with 8 additions and 3 deletions
5
pom.xml
5
pom.xml
|
@ -51,6 +51,11 @@
|
|||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.splicemachine</groupId>
|
||||
<artifactId>splice-hibernate-dialect</artifactId>
|
||||
<version>2.6.0.1726-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-thymeleaf</artifactId>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue