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