From 2401755ac9d5ee31151cffb2c84a93c9e1d5815c Mon Sep 17 00:00:00 2001
From: jicunxi <1418230976@qq.com>
Date: Wed, 9 Jan 2019 13:14:00 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E4=BA=86=E8=BF=87=E6=BB=A4?=
=?UTF-8?q?=E5=99=A8=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=BA=86=E9=83=A8=E5=88=86?=
=?UTF-8?q?=E6=B3=A8=E5=86=8C=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/compiler.xml | 2 +-
.idea/firstproject.iml | 9 +++++++++
.idea/misc.xml | 3 +++
.idea/modules.xml | 2 +-
demo/src/main/resources/application.yml | 2 +-
5 files changed, 15 insertions(+), 3 deletions(-)
create mode 100644 .idea/firstproject.iml
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index e65307f..9ea6e96 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -15,7 +15,7 @@
\ No newline at end of file
diff --git a/.idea/firstproject.iml b/.idea/firstproject.iml
new file mode 100644
index 0000000..d6ebd48
--- /dev/null
+++ b/.idea/firstproject.iml
@@ -0,0 +1,9 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 8cefc09..e9a5dc9 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,5 +1,8 @@
+
+
+
\ No newline at end of file
diff --git a/demo/src/main/resources/application.yml b/demo/src/main/resources/application.yml
index 2f7a0fa..fbbf842 100644
--- a/demo/src/main/resources/application.yml
+++ b/demo/src/main/resources/application.yml
@@ -6,7 +6,7 @@ spring:
datasource:
url: jdbc:mysql://localhost:3306/loan?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
username: root
- password: 12345678
+ password: 123
driver-class-name: com.mysql.cj.jdbc.Driver
mybatis:
type-aliases-package: com.example.demo.Dao