Files
biblioteca-en-java-swing/.idea/dataSources.xml
Daniel Cortés dd3908517d Primer commit del sistema como tal <3
Esta wonito pero cambiare las ventanas y su funcionalidad
2019-05-06 16:30:32 -04:00

19 lines
890 B
XML

<?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">
<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>
<driver-properties>
<property name="autoReconnect" value="true" />
<property name="zeroDateTimeBehavior" value="convertToNull" />
<property name="tinyInt1isBit" value="false" />
<property name="characterEncoding" value="utf8" />
<property name="characterSetResults" value="utf8" />
<property name="yearIsDateType" value="false" />
</driver-properties>
</data-source>
</component>
</project>