add ide files

This commit is contained in:
2019-07-28 22:45:15 +02:00
parent ef740734b2
commit 4407a39482
9 changed files with 344 additions and 1 deletions

11
.idea/dataSources.xml generated Normal file
View File

@@ -0,0 +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="dc-project@localhost" uuid="28368159-3c2d-4612-8719-e55ce11b962a">
<driver-ref>postgresql</driver-ref>
<synchronize>true</synchronize>
<jdbc-driver>org.postgresql.Driver</jdbc-driver>
<jdbc-url>jdbc:postgresql://localhost:5432/dc-project</jdbc-url>
</data-source>
</component>
</project>