提示系统时区出现错误,可以在mysql中执行命令:
set global time_zone='+8:00'
或者在数据库驱动的url后加上serverTimezone=UTC参数
jdbc:mysql://localhost:3306/exam?characterEncoding=utf8&serverTimezone=UTC