赞
踩
报错: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.
解决方法:在连接数据库设置url中加上serverTimezone=UTC&
如:jdbc:mysql://localhost:3306/test?serverTimezone=UTC&
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。