Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. jdbc.driverClassName = com.mysql.jdbc.Driver
  2. jdbc.url = jdbc:mysql://localhost:3306/laDeraille
  3. jdbc.username =
  4. jdbc.password =
  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