Skip to content
Snippets Groups Projects
Commit 22e4dcd1 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

A wrong connection URL to the DB was introduced in the hibernate cfg file with the last commit

parent 9e691005
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<hibernate-configuration>
<session-factory>
<property name="connection.driver_class">org.postgresql.Driver</property>
<property name="connection.url">jdbc:postgresql://localhost:55432/postgres</property>
<property name="connection.url">jdbc:postgresql://portaldb:5432/postgres</property>
<property name="connection.username">postgres</property>
<property name="connection.password">test</property>
<property name="hibernate.format_sql">true</property>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment