Guest User

Untitled

a guest
Jul 31st, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. jpa.config.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
  2. jpa.config.hibernate.connection.driver_class=org.postgresql.Driver
  3. jpa.config.hibernate.connection.url=jdbc:postgresql:maindb
  4. jpa.config.hibernate.hbm2ddl.auto=create-drop
  5. jpa.config.hibernate.connection.username=ajay
  6. jpa.config.hibernate.connection.password=abcd
  7. jpa.config.hibernate.show_sql=false
  8. log4j.logger.org.fedoraproject.candlepin=DEBUG
Add Comment
Please, Sign In to add comment