com.zx.hikari.pool.HikariPool : HikariPool-1 - Exception during pool initialization. 报错问题

数据库连接问题

需要处理的地方有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


posted @ 2020-05-20 11:32  Alan-Turing-Son  阅读(942)  评论(0编辑  收藏  举报