0
点赞
收藏
分享

微信扫一扫

米家 + iphone 快捷指令 ≈ HomeKit

yellowone 2024-11-06 阅读 86

报错信息:javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)

解决办法:jdbc连接的时候在数据库后面添加:?createDatabaseIfNotExist=true&useSSL=false。例如:jdbc:mysql://192.168.2.2:3306/db?createDatabaseIfNotExist=true&useSSL=false

举报

相关推荐

vim快捷指令

0 条评论