Spring Cloud启动jdbc报错

1、Caused by: 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 property) to use a more specifc time zone value if you want to utilize time zone support.
2、org.springframework.orm.jpa.JpaSystemException: Unable to acquire JDBC Connection; nested exception is org.hibernate.exception.GenericJDBCException: Unable to acquire JDBC Connection
3、com.sun.jersey.api.client.ClientHandlerException: java.net.ConnectException: Connection refused: connect
4、com.netflix.discovery.shared.transport.TransportException: Cannot execute request on any known server

解决方案:

将mysql maven依赖在pom文件中替换为一下版本,即可解决。

<dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><version>5.1.42</version></dependency>

The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.相关推荐

  1. JDBC告警系列(一)The server time zone value 'ÖÐ' is unrecognized or represents more than one time zone....

    一.现象 java.sql.SQLException: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents ...

  2. The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone

    场景 运行Mybatis的generator自动生成代码时提示: caused by :The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognize ...

  3. 解决Hibernate报错The server time zone value is unrecognized or represents more than one time zone

    解决Hibernate报错The server time zone value is unrecognized or represents more than one time zone   笔者在使 ...

  4. JDBC报错:The server time zone value is unrecognized or represents more than one time zone 已解决

    一.详细报错信息 Caused by: java.sql.SQLException: The server time zone value is unrecognized or represents ...

  5. The server time zone value is unrecognized or represents more than one time zone. 这个问题的解决方法

    我在用spring boot开发jpa的时候,发现了这个问题: The server time zone value '???ú±ê×??±??' is unrecognized or represe ...

  6. The server time zone value ‘‘ is unrecognized or represents more than one time zone.

    The server time zone value '???ú±ê×??±??' is unrecognized or represents more than one time zone. You ...

  7. The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone问题解决

    今天在使用JDBC连接数据库时出了一点问题: Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver cla ...

  8. 解决The server time zone value ‘Öйú±ê׼ʱ¼ä‘ is unrecognized or represents more than one time zone问题

    问题描述 数据库配置如下 spring:datasource:driver-class-name: com.mysql.cj.jdbc.Driverurl: jdbc:mysql://192.168. ...

  9. 【杂文】spring-boot报错 ~ zone value ‘Öйú±ê׼ʱ¼ä‘ is unrecognized or represents more than on time zone.

    spring-boot报错 zone value 'Öйú±ê׼ʱ¼ä' is unrecognized 修改MySQL的配置文件(failed) 更改MySQL中的系统时间(failed) 修 ...

最新文章

  1. 直接法 matlab,解线性方程组直接方法matlab用法.doc
  2. oracle bulk collect
  3. 虚拟机模拟WIN2008创建域控制器与故障转移群集
  4. DCOS实践分享(4):如何基于DC/OS整合SMACK(Spark, Mesos, Akka, Cassandra, Kafka)
  5. react学习(15)-getTime selectedRowKeys是this.props取值的
  6. 看穿容器的外表,Linux容器实现原理演示
  7. long double(64bit)
  8. Jboss 中配置 Oracle数据源
  9. 五大科技巨头公司 是如何赚取数十亿美元的
  10. IOS学习笔记 ---- 15/09/02
  11. MySQL存储过程(五)——存储过程查看、删除和修改
  12. 计蒜客:区间整数操作-区间更新-区间和
  13. FLTK Fl_File_Chooser的使用
  14. Confluence 空间附件(Attachments )宏
  15. 最简单的Tomcat9下载安装教程
  16. 《生活中的魔法数学》读后感
  17. 计算机设置曲线超高方法,32604007曲线外轨超高设置方法及计算公式.pdf
  18. golang 模拟键盘输入
  19. 内存超频trfc_P55平台内存超频实战
  20. Hi-End音箱真伪(3)-巴汉著文

热门文章

  1. php e error,E_ERROR定义与用法汇总
  2. N次剩余(详解+例题+代码)
  3. Elasticsearch生态技术峰会 | 阿里云Elasticsearch云原生内核
  4. 投入20亿,赋能1万家,阿里云正式启动云原生合作伙伴计划
  5. 知己知彼,百战百胜!如何做好干系人管理
  6. Flink 零基础实战教程:如何计算实时热门商品
  7. 刚刚,阿里宣布开源Flutter应用框架Fish Redux!
  8. PostgreSQL 优化器代码概览 1
  9. 如何去设计前端框架能力?星巴克消息开放项目从0到1,从点到面的思考
  10. 不断迭代,严苛细节,最终性能如何满足? 基于ELK的大数据平台实践分享