xml文件中对”&”符需要转义
把”&”改成“_&_” 以hibernate.cfg.xml文件的配置url来举例的话就是这样
<property name="hibernate.connection.url">jdbc:MysqL://localhost:3306/Test?useSSL=true&characterEncoding=utf8</property>