diff --git a/.idea/.gitignore b/.idea/.gitignore index 5c98b42..1bd1ea9 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,2 +1,7 @@ # Default ignored files -/workspace.xml \ No newline at end of file +/workspace.xml +# Datasource local storage ignored files +/dataSources/ + +# Datasource local storage ignored files +/dataSources.local.xml \ No newline at end of file diff --git a/.idea/Newenergyvehicle.iml b/.idea/Newenergyvehicle.iml new file mode 100644 index 0000000..78b2cc5 --- /dev/null +++ b/.idea/Newenergyvehicle.iml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index eaa106c..05d89cf 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -7,7 +7,7 @@ - + diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..42d1dcb --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,11 @@ + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://localhost:3306/dbfile?serverTimezone=Asia/Shanghai + + + \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 4987eca..c4e08ac 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,6 +1,9 @@ + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..6560a98 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,36 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index f83e57f..1e86803 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,6 +4,9 @@ + +