java.sql.SQLException: The connection property 'useSSL' only accepts values of the form: 'true', 'false', 'yes' or 'no'. The value 'true;' is not in this set.

 

 错误说明:

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

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

 

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

 

posted @ 2021-06-25 20:23  甲辰哥来帮你算命  阅读(3100)  评论(0)    收藏  举报