Skip to content
Snippets Groups Projects
Select Git revision
  • 2373add3f167cd7e841b68ec5e6c97d7bd0768fa
  • main default protected
  • Rym
  • Lucas
4 results

hibernate.properties

Blame
  • hibernate.properties 254 B
    hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
    hibernate.connection.url=jdbc:postgresql://0.0.0.0:5432/jobmngt_db
    hibernate.connection.driver_class=org.postgresql.Driver
    hibernate.connection.username=pguser
    hibernate.connection.password=pgpwd