赞
踩
springboot整合sqlserver报这个错时,再连接数据库的url上加上一个信任server的属性就可以了
加上sqlser:trustServerCertificate=true
spring:
datasource:
url: jdbc:sqlserver://localhost:1433;DatabaseName=数据库名称;trustServerCertificate=true
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
username: 账号
password: 密码
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。