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

 

出現  錯誤mysql

 The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zonespring

 

找到jdbc 數據庫鏈接字符串, sql

加上?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>
相關文章
相關標籤/搜索