码迷,mamicode.com
首页 > 数据库 > 详细

springboot连接mysql时出现的错误

时间:2019-07-31 14:54:05      阅读:111      评论:0      收藏:0      [点我收藏+]

标签:bsp   The   cti   you   数据   eth   res   style   uac   

出现的错误com.mysql.cj.exceptions.InvalidConnectionAttributeException: 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 propert

通过这里可以看出来需要配置serverTimezone,所以就配置一下 

在application.yml数据源配置中url后面加上如下修改:

url: jdbc:mysql://127.0.0.1:3306/seckill?serverTimezone=UTC

springboot连接mysql时出现的错误

标签:bsp   The   cti   you   数据   eth   res   style   uac   

原文地址:https://www.cnblogs.com/olzoooo/p/11275906.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!