diff --git a/pom.xml b/pom.xml index fc4b851..9318624 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,11 @@ 8.0.20 test + + org.postgresql + postgresql + 42.4.0 + org.hibernate hibernate-core diff --git a/src/test/resources/postgres_hibernate.cfg.xml b/src/test/resources/postgres_hibernate.cfg.xml new file mode 100644 index 0000000..9921e58 --- /dev/null +++ b/src/test/resources/postgres_hibernate.cfg.xml @@ -0,0 +1,28 @@ + + + + + + org.postgresql.Driver + jdbc:postgresql://localhost:5432/postgres/allowPublicKeyRetrieval=true&useSSL=false + postgres + postgres + org.hibernate.dialect.PostgreSQLDialect + + 1 + + false + + thread + + update + + 5 + 20 + 10 + 5 + -1 + +