Advertisement
Guest User

Untitled

a guest
Jun 17th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #MySQL Configuration
  2. jdbc.mysql.driverClassName=com.mysql.jdbc.Driver
  3. jdbc.mysql.url=jdbc:mysql://mysql13.mydevil.net/m1262_cinemaBook?characterEncoding=UTF-8
  4. jdbc.mysql.username=m1262_mcholewa
  5. jdbc.mysql.password=Magic$001
  6.  
  7. hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
  8. hibernate.hbm2ddl.auto=create
  9. hibernate.show_sql=false
  10. hibernate.format_sql=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement