Guest User

Untitled

a guest
Aug 5th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. hibernate.dialect = org.hibernate.dialect.MySQLInnoDBDialect
  2. hibernate.connection.driver_class = com.mysql.jdbc.Driver
  3. hibernate.connection.url = jdbc:mysql://localhost/fj21
  4. hibernate.connection.username = root
  5. hibernate.connection.password = 12345678
  6. hibernate.show_sql = true
  7. hibernate.format_sql = true
Add Comment
Please, Sign In to add comment