Advertisement
Guest User

Untitled

a guest
Mar 10th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE hibernate-configuration PUBLIC
  3. "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
  4. "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
  5. <hibernate-configuration>
  6. <session-factory>
  7. <property name="hibernate.bytecode.use_reflection_optimizer">false</property>
  8. <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  9. <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/onceMil</property>
  10. <property name="hibernate.connection.username">martin</property>
  11. <property name="hibernate.connection.password">mmslljn7</property>
  12. <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
  13. <property name="show_sql">true</property>
  14. <mapping resource="Employee.hbm.xml"></mapping>
  15. </session-factory>
  16. </hibernate-configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement