您当前的位置: 首页 >  Java

qq_34412985

暂无认证

  • 0浏览

    0关注

    1061博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

java.sql.SQLException: The server time zone value '�й���׼ʱ��' is unrecognized..

qq_34412985 发布时间:2019-12-03 17:26:23 ,浏览量:0

mysql5.6.16使用jdbc连接时报错:

具体报错信息: java.sql.SQLException: The server time zone value ‘�й���׼ʱ��’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.

即,url里设置一下时区就行了

原:

spring.datasource.url=jdbc:mysql://localhost:3306/demo

改:

spring.datasource.url=jdbc:mysql://localhost:3306/demo? useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai

关注
打赏
1653291990
查看更多评论
立即登录/注册

微信扫码登录

0.0393s