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