<property name="hibernate.connection.url">jdbc:mysql://127.0.0.1:3306/exam?useUnicode=true&characterEncoding=utf8</property>
其中在jdbc中的'&' 符号,在这里需要写为 '&'
<property name="hibernate.connection.url">jdbc:mysql://127.0.0.1:3306/exam?useUnicode=true&characterEncoding=utf8</property>
其中在jdbc中的'&' 符号,在这里需要写为 '&'