From 3464719c021035cb3c1419aedbf81a3958d2f3a4 Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Sat, 30 Oct 2021 18:22:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Adding=20more=20.idea=20config?= =?UTF-8?q?=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/dataSources.xml | 12 ++++++++++++ .idea/sqldialects.xml | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 .idea/dataSources.xml create mode 100644 .idea/sqldialects.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..a649de0 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://localhost:3306/projet_prog_web + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml new file mode 100644 index 0000000..56782ca --- /dev/null +++ b/.idea/sqldialects.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file