1. 程式人生 > >java SSM項目搭建-- The server time zone value '?й???????' is unrecognized or represents more than one time zone

java SSM項目搭建-- The server time zone value '?й???????' is unrecognized or represents more than one time zone

數據庫連接字符串 項目搭建 more jdbc utc 出現 PE bean col

出現 錯誤

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 than one time zone