com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone value '�й���׼

解决方案: 
为URL添加参数:

jdbc.url=jdbc:mysql://localhost:3306/eser?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC

猜你喜欢

转载自blog.csdn.net/weixin_38399867/article/details/86608459