The reference to entity "serverTimezone" must end with the ';' delimiter.
对实体“serverTimeZone”的引用必须以“;”分隔符结尾。
解决的方案为
在xml的配置文件中 ;要用 & 代替。
即
<property name="jdbcUrl"> jdbc:mysql://localhost:3306/exam?characterEncoding=utf8&serverTimezone=UTC </property>