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 b3ab4c2 commit 47807c2Copy full SHA for 47807c2
databases/pgsql/resources/hibernate.properties
@@ -7,7 +7,8 @@
7
8
hibernate.dialect org.hibernate.dialect.PostgreSQL94Dialect
9
hibernate.connection.driver_class org.postgresql.Driver
10
-hibernate.connection.url jdbc:postgresql:hibernate_orm_test
+hibernate.connection.url jdbc:postgresql://192.168.99.100:5432/hibernate_orm_test?preparedStatementCacheQueries=0
11
+#hibernate.connection.url jdbc:postgresql://localhost:5432/hibernate_orm_test?preparedStatementCacheQueries=0
12
hibernate.connection.username hibernate_orm_test
13
hibernate.connection.password hibernate_orm_test
14
0 commit comments