fix 修复 sqlserver 特定情况下报 ssl 证书问题 默认关闭 ssl 认证

This commit is contained in:
疯狂的狮子li 2022-10-25 17:56:54 +08:00
parent 9ecc4475dd
commit bb73b31e6b
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ spring:
# password: root
# sqlserver:
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;rewriteBatchedStatements=true
# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
# username: SA
# password: root
druid:

View File

@ -75,7 +75,7 @@ spring:
# password: root
# sqlserver:
# driverClassName: com.microsoft.sqlserver.jdbc.SQLServerDriver
# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;rewriteBatchedStatements=true
# url: jdbc:sqlserver://localhost:1433;DatabaseName=tempdb;SelectMethod=cursor;encrypt=false;rewriteBatchedStatements=true
# username: SA
# password: root
druid: