Advertisement
Guest User

Untitled

a guest
Mar 18th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. jdbc.driverClassName = com.mysql.jdbc.Driver
  2. jdbc.url = jdbc:mysql://localhost:3306/sample
  3. jdbc.username = root
  4. jdbc.password = root
  5. hibernate.dialect = org.hibernate.dialect.MySQLDialect
  6. hibernate.show_sql = true
  7. hibernate.format_sql = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement