Advertisement
Guest User

Untitled

a guest
Feb 28th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <session-factory>
  2.  
  3. <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
  4. <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  5. <!-- Assume test is the database name -->
  6. <property name="hibernate.connection.url">jdbc:mysql://localhost/foampile</property>
  7. <property name="hibernate.connection.username">root</property>
  8. <property name="hibernate.connection.password"></property>
  9. <!-- List of XML mapping files -->
  10.  
  11. <mapping resource="SiteRecord.hbm.xml"/>
  12.  
  13. </session-factory>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement