From 16ba2952c8219197ee88e764e7e85cd3b8f3877f Mon Sep 17 00:00:00 2001 From: sp Date: Fri, 19 Mar 2021 05:15:17 +1100 Subject: [PATCH] project sql setup --- .idea/dataSources.xml | 16 ++++++++++++++++ .idea/sqldialects.xml | 6 ++++++ 2 files changed, 22 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..eb2e25e --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,16 @@ + + + + + mysql.8 + true + syd_credit + com.mysql.cj.jdbc.Driver + jdbc:mysql://localhost:3306/syd_credit + $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