java SSM项目搭建-- The server time zone value '?й???????' is unrecognized or represents more tha
Posted 羽化
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java SSM项目搭建-- The server time zone value '?й???????' is unrecognized or represents more tha相关的知识,希望对你有一定的参考价值。
出现 错误
The server time zone value ‘?й???????‘ is unrecognized or represents more than one time zone
找到jdbc 数据库连接字符串,
加上?serverTimezone=UTC
?serverTimezone=UTC <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource"> <property name="driverClassName" value="com.mysql.jdbc.Driver"/> <property name="url" value="jdbc:mysql://localhost:3306/xxx?serverTimezone=UTC"/> <property name="username" value="root"/> <property name="password" value="123456"/> </bean>
以上是关于java SSM项目搭建-- The server time zone value '?й???????' is unrecognized or represents more tha的主要内容,如果未能解决你的问题,请参考以下文章