From 04b8151fe7fd837b56d208fb57bb93ed79944f67 Mon Sep 17 00:00:00 2001 From: dcydcydcy <100647757@qq.com> Date: Mon, 17 Sep 2018 17:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E4=BF=A1=E6=81=AFbalabala?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/inspectionProfiles/Project_Default.xml | 36 ++++++++++++++++++++ .idea/libraries/Java_EE_6_Java_EE_6.xml | 16 +++++++++ MVCStudy/MVCStudy.iml | 1 + SSHPlay/src/jdbc.properties | 2 +- 4 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/libraries/Java_EE_6_Java_EE_6.xml 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/libraries/Java_EE_6_Java_EE_6.xml b/.idea/libraries/Java_EE_6_Java_EE_6.xml new file mode 100644 index 0000000..4da042d --- /dev/null +++ b/.idea/libraries/Java_EE_6_Java_EE_6.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/MVCStudy/MVCStudy.iml b/MVCStudy/MVCStudy.iml index 8bdbf61..13fc133 100644 --- a/MVCStudy/MVCStudy.iml +++ b/MVCStudy/MVCStudy.iml @@ -30,5 +30,6 @@ + \ No newline at end of file diff --git a/SSHPlay/src/jdbc.properties b/SSHPlay/src/jdbc.properties index 5e59bed..eccdb98 100644 --- a/SSHPlay/src/jdbc.properties +++ b/SSHPlay/src/jdbc.properties @@ -1,4 +1,4 @@ jdbc.driverClass=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/customer jdbc.username=root -jdbc.password=1234 \ No newline at end of file +jdbc.password=123aaa \ No newline at end of file