用户个人中心可以展示登录者的个人信息

master
istars 7 years ago
parent e5dd4b3651
commit 26b3e972c2

@ -4,9 +4,9 @@ spring:
prefix: prefix:
suffix: .html suffix: .html
datasource: datasource:
url: jdbc:mysql://localhost:3306/loan?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8 url: jdbc:mysql://localhost:3306/finance?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
username: root username: root
password: 12345678 password: root1234
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
mybatis: mybatis:
type-aliases-package: com.example.demo.Dao type-aliases-package: com.example.demo.Dao

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save