File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ repositories {
1111}
1212
1313dependencies {
14- compile ' org.hibernate:hibernate-core:5.2.4.Final'
15- compile ' org.postgresql:postgresql:42.2.2.jre7'
14+ implementation ' org.hibernate:hibernate-core:5.4.19.Final'
15+ implementation ' org.postgresql:postgresql:42.2.14'
16+
1617}
Original file line number Diff line number Diff line change 66 <session-factory >
77 <!-- Database connection settings -->
88 <property name =" connection.driver_class" >org.postgresql.Driver</property >
9- <property name =" dialect" >org.hibernate.dialect.PostgreSQL95Dialect </property >
9+ <property name =" dialect" >org.hibernate.dialect.CockroachDB201Dialect </property >
1010 <property name =" connection.url" >jdbc:postgresql://127.0.0.1:26257/bank?sslmode=disable</property >
1111 <property name =" connection.username" >maxroach</property >
1212 <property name =" connection.password" ></property >
You can’t perform that action at this time.
0 commit comments