标签:oca serve source localhost org res ring 数据库 字符串
出现 错误
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>
标签:oca serve source localhost org res ring 数据库 字符串
原文地址:https://www.cnblogs.com/lfyy/p/9106247.html