aboutsummaryrefslogtreecommitdiffstats
path: root/.idea
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2018-04-29 19:25:53 +0200
committerTharre <tharre3@gmail.com>2018-04-29 19:25:53 +0200
commit69d7966062f2e19e4db422dfcc52acb2c0b76530 (patch)
treec939a9209548fe2b00c013fd40b2de401971fdef /.idea
parent96a4b8c279940c22b5db62b88d7987ec6cadef51 (diff)
downloadsepm-groupproject-69d7966062f2e19e4db422dfcc52acb2c0b76530.tar.gz
sepm-groupproject-69d7966062f2e19e4db422dfcc52acb2c0b76530.tar.xz
sepm-groupproject-69d7966062f2e19e4db422dfcc52acb2c0b76530.zip
Update IntelliJ configuration
Diffstat (limited to '.idea')
-rw-r--r--.idea/.gitignore8
-rw-r--r--.idea/dataSources.xml11
-rw-r--r--.idea/sqldialects.xml6
3 files changed, 23 insertions, 2 deletions
diff --git a/.idea/.gitignore b/.idea/.gitignore
index e99080c..26b9374 100644
--- a/.idea/.gitignore
+++ b/.idea/.gitignore
@@ -1,3 +1,7 @@
-workspace.xml
-tasks.xml
+dataSources.local.xml
+dataSources/
libraries/
+sonarlint/
+tasks.xml
+uiDesigner.xml
+workspace.xml
diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml
new file mode 100644
index 0000000..f8c1056
--- /dev/null
+++ b/.idea/dataSources.xml
@@ -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="bev" uuid="61a88d33-7bb2-4a8d-b38f-9a1d90f0fe06">
+ <driver-ref>h2.unified</driver-ref>
+ <synchronize>true</synchronize>
+ <jdbc-driver>org.h2.Driver</jdbc-driver>
+ <jdbc-url>jdbc:h2:~/bev</jdbc-url>
+ </data-source>
+ </component>
+</project> \ No newline at end of file
diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml
new file mode 100644
index 0000000..7562c0f
--- /dev/null
+++ b/.idea/sqldialects.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="SqlDialectMappings">
+ <file url="file://$PROJECT_DIR$/src/main/resources/sql/database.sql" dialect="H2" />
+ </component>
+</project> \ No newline at end of file