Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <hibernate-configuration>
  2.   <session-factory>
  3.     <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
  4.     <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  5.     <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/frameworks</property>
  6.     <property name="hibernate.connection.username">root</property>
  7.      <property name="hibernate.show_sql">true</property>
  8.      <mapping class="org.santiagotapiay.entities.Persona"/>
  9.   </session-factory>
  10. </hibernate-configuration>