admin管理员组

文章数量:1530517

报错如下:

javax.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

解决方案:
在URL中添加在数据库后面添加?createDatabaseIfNotExist=true&useSSL=false

如:

jdbc:mysql://127.0.0.1:3306/test?createDatabaseIfNotExist=true&useSSL=false

本文标签: 异常disabledprotocolcipherinappropriate