Advertisement
Guest User

Untitled

a guest
Dec 12th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.46 KB | None | 0 0
  1. jdbc.driverClassName = org.postgresql.Driver
  2. jdbc.url = jdbc:postgresql://localhost:5432/postgres
  3. jdbc.username = postgres
  4. jdbc.password = root
  5. hibernate.dialect = org.hibernate.dialect.PostgreSQL9Dialect
  6. hibernate.show_sql = true
  7. hibernate.format_sql = true
  8. hibernate.archive.autodetection = class, hbm, jar
  9. hibernate.default_schema = animalhotel
  10. hibernate.hbm2ddl.auto = update
  11. hibernate.flushMode = FLUSH_AUTO
  12. hibernate.id.new_generator_mappings = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement