Commit 3ac6bc48c639371e2524494ea680de417c8dd411
1 parent
a399d512
Exists in
master
configuração do hibernate.cfg.xml
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Desenvolvimento/Codificacao/e-Selo/target/classes/hibernate.cfg.xml
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <hibernate-configuration> |
8 | 8 | <session-factory> |
9 | 9 | <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property> |
10 | - <property name="hibernate.connection.url">jdbc:postgresql://127.0.0.1:5432/eselo2</property> | |
10 | + <property name="hibernate.connection.url">jdbc:postgresql://189.9.137.162:5432/eselo</property> | |
11 | 11 | <property name="hibernate.connection.driver_class">org.postgresql.Driver</property> |
12 | 12 | <property name="hibernate.connection.username">postgres</property> |
13 | 13 | <property name="hibernate.connection.password">postgres</property> | ... | ... |