Iniciar database

This commit is contained in:
2019-12-17 21:52:05 +01:00
parent 55ddf047a2
commit 9955ee422b
6 changed files with 60 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="mariadb-java-client-2.5.2-javadoc.jar"/>
<classpathentry kind="lib" path="mariadb-java-client-2.5.2-sources.jar"/>
<classpathentry kind="lib" path="mariadb-java-client-2.5.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>