Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <!DOCTYPE hibernate-configuration PUBLIC
  3. "-//Hibernate/Hibernate Configuration DTD//EN"
  4. "http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
  5. <hibernate-configuration>
  6. <session-factory>
  7. <property name="hibernate.dialect">
  8. org.hibernate.dialect.MySQLDialect
  9. </property>
  10. <property name="hibernate.connection.driver_class">
  11. com.mysql.jdbc.Driver
  12. </property>
  13. <property name="hibernate.connection.url">
  14. jdbc:mysql://130.229.135.181:3306/recruitdb
  15. </property>
  16. <property name="hibernate.connection.username">
  17. root
  18. </property>
  19. <property name="hibernate.connection.password">
  20. adminglobal
  21. </property>
  22. </session-factory>
  23. </hibernate-configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement