Advertisement
Guest User

Untitled

a guest
May 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. jdbc.driver=com.mysql.jdbc.Driver
  2. jdbc.url=jdbc:mysql://localhost/posdb
  3. jdbc.username=pos
  4. jdbc.password=pos
  5.  
  6. # Hibernate Configuration
  7. hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement