Communications link failure 解决方法

文章目录

问题

No appropriate protocol (protocol is disabled or cipher suites are inappropriate
在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

解决方法

spring.datasource.url=jdbc:mysql://localhost:3306/guli?serverTimezone=GMT%2B8
添加上下面这个
&createDatabaseIfNotExist=true&useSSL=false
在这里插入图片描述
问题解决
在这里插入图片描述


版权声明:本文为qq_47431361原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。