使用springboot配置本地数据库造成时差错误

Posted EchoXian

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用springboot配置本地数据库造成时差错误相关的知识,希望对你有一定的参考价值。

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. 

数据库配置spring.datasource.druid.url=jdbc:mysql://localhost:3306/ad


改为spring.datasource.druid.url=jdbc:mysql://localhost:3306/ad?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true后问题解决





以上是关于使用springboot配置本地数据库造成时差错误的主要内容,如果未能解决你的问题,请参考以下文章

Java操作mysql插入记录带时间戳时差问题

解决 linux和widows双系统时差8个小时问题

php获取时间问题,用默认配置读到本地时间。。。。。

springboot+maven开发环境配置,本地运行时使用dev环境,打包时使用prod环境

springboot+maven开发环境配置,本地运行时使用dev环境,打包时使用prod环境

springboot+maven开发环境配置,本地运行时使用dev环境,打包时使用prod环境