参考链接 The server selected protocol version TLS10 is not accepted by client preferences [TLS12]_ROJDAR的博客-CSDN博客
找到自己JDK 环境 配置的C:\Program Files\Java\jdk1.8.0_291\jre\lib\security 路径下面 java.security 文件,用编辑工具打开 搜索 jdk.tls.disabledAlgorithms 如下图
将红框的几个删除掉即可启动,这是JDK版本问题,低版本不会出现这个问题
启动项目链接SQLserver报错The server selected protocol version TLS10 is not accepted by client preferences [TLS12]
原文:https://www.cnblogs.com/jhon-lau/p/14953158.html