Creado registro de correo para un trabajador

This commit is contained in:
Daniel Cortés
2019-06-05 13:05:23 -04:00
parent a5a30b3a3d
commit b97d43f5e4
22 changed files with 1354 additions and 97 deletions

4
.idea/dataSources.xml generated
View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="manual" uuid="98426945-c0ab-4cf0-98ad-b51c8ffcd61d">
<data-source source="LOCAL" name="biblioteca" uuid="98426945-c0ab-4cf0-98ad-b51c8ffcd61d">
<driver-ref>mysql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>com.mysql.jdbc.Driver</jdbc-driver>
<jdbc-url>jdbc:mysql://localhost:3306/biblioteca_manual</jdbc-url>
<jdbc-url>jdbc:mysql://localhost:3306/biblioteca</jdbc-url>
<driver-properties>
<property name="autoReconnect" value="true" />
<property name="zeroDateTimeBehavior" value="convertToNull" />