пятница, 12 февраля 2016 г.

Simple Hibernate configuration for PostgreSQL

Example of Hibernate configuration hibernate.cfg.xml for PostgreSQL


   
       
            org.hibernate.dialect.PostgreSQL94Dialect
       
       
            org.postgresql.Driver
       
       
            jdbc:postgresql://localhost/demo
       
        demo
        xxxxxxxxxxxxxxxxxxxxxxxx
        1
        true

       
       
   

Комментариев нет: