springboot数据库配置后接参数含义

image

1. useUnicode=true&characterEncoding=utf8

https://blog.csdn.net/qq_30757161/article/details/95633213
image

2. zeroDateTimeBehavior=convertToNull

https://blog.csdn.net/sinat_30397435/article/details/72518215
image

3. useSSL=true

https://blog.csdn.net/qq_51515673/article/details/124112428
image

http://www.lwcjw.com/post/34490.html
image

4. serverTimezone=GMT%2B8

https://blog.csdn.net/it_sunwz/article/details/129142096
本地安装使用MySQL的时候默认走本地的时间,而连接默认使用UTC, 所以产生了时差, 导致数据库连接不成功。
image

posted @ 2023-08-07 09:14  yub4by  阅读(31)  评论(0编辑  收藏  举报