数据库连接问题
需要处理的地方有3处
1、url: jdbc:mysql://localhost:3306/springboot?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai
2、driver-class-name: com.mysql.cj.jdbc.Driver
3、确认数据库连接名与密码正确
username: root
password: xxxxxx
数据库连接问题
需要处理的地方有3处
1、url: jdbc:mysql://localhost:3306/springboot?useUnicode=true&characterEncoding=utf-8&useSSL=true&serverTimezone=Asia/Shanghai
2、driver-class-name: com.mysql.cj.jdbc.Driver
3、确认数据库连接名与密码正确
username: root
password: xxxxxx