Aparentemente nunca hice un commit final

This commit is contained in:
Daniel Cortes
2020-05-22 01:29:52 -04:00
parent e5853c8de6
commit aa26dd4c37
314 changed files with 61806 additions and 36854 deletions

View File

@@ -1,14 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
Licensee: Universidad de La Frontera
License Type: Academic
-->
<!-- Licensee: Universidad de La Frontera License Type: Academic -->
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
<session-factory>
<!-- properties -->
<!-- properties -->
<property name="dialect">org.hibernate.dialect.MySQLDialect</property>
<property name="connection.driver_class">com.mysql.jdbc.Driver</property>
<property name="connection.url">jdbc:mysql://localhost:3306/colegio</property>