We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61e105 commit 68cbaaeCopy full SHA for 68cbaae
roach-data-jpa/pom.xml
@@ -35,6 +35,11 @@
35
<groupId>org.springframework.boot</groupId>
36
<artifactId>spring-boot-starter-data-jpa</artifactId>
37
</dependency>
38
+ <dependency>
39
+ <groupId>org.hibernate</groupId>
40
+ <artifactId>hibernate-core</artifactId>
41
+ <version>5.4.19.Final</version>
42
+ </dependency>
43
<dependency>
44
<groupId>org.liquibase</groupId>
45
<artifactId>liquibase-core</artifactId>
roach-data-jpa/src/main/resources/application.yml
@@ -24,4 +24,7 @@ spring:
24
connection-test-query: SELECT 1
25
26
jpa:
27
- open-in-view: false
+ open-in-view: false
28
+ properties:
29
+ hibernate:
30
+ dialect: org.hibernate.dialect.CockroachDB201Dialect
0 commit comments