hibernate.properties 242 B

12345
  1. hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  2. hibernate.connection.driver_class=org.postgresql.Driver
  3. hibernate.connection.url=jdbc:postgresql://localhost/ieat
  4. hibernate.connection.username=ieat
  5. hibernate.connection.password=ieat