hibernate.properties 289 B

12345678
  1. ## PostgreSQL
  2. hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
  3. hibernate.connection.driver_class org.postgresql.Driver
  4. hibernate.connection.url jdbc:postgresql:template1
  5. hibernate.connection.username pg
  6. hibernate.connection.password
  7. hibernate.query.substitutions yes 'Y', no 'N'