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文件里,代码结尾是不可以加 ;的!
本文来自博客园,作者:甲辰哥来帮你算命,转载请注明原文链接:https://www.cnblogs.com/linboomboom/p/14932433.html

浙公网安备 33010602011771号