解决问题
JDBC driver : mssql-jdbc-10.2.0.jre11.jar 链接aws云数据库时出现以下错误:
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
解决方案
设置连接字符串trustServerCertificate=true
评论区