- ## PostgreSQL
- hibernate.dialect org.hibernate.dialect.PostgreSQLDialect
- hibernate.connection.driver_class org.postgresql.Driver
- hibernate.connection.url jdbc:postgresql:template1
- hibernate.connection.username pg
- hibernate.connection.password
- hibernate.query.substitutions yes 'Y', no 'N'
|