java.sql.SQLException: The connection property 'useSSL' only accepts values of the form: &


 错误说明:

   数据库连接属性”useSSL“的值只能为'true','false','yes','no',多余的都不行

因此我们要到数据库的连接属性(properties)里找答案

在properties文件里,代码结尾是不可以加的!