数据库连接问题

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


版权声明:本文为alanturingson原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/alanturingson/p/12922615.html