赞
踩
因为sql server在jdbc连接的时候需要一定的安全验证,只需要在dbURL中把;trustServerCertificate=true加上后令其跳过就行了
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.*;
public class Main {
private static Connection dbConn
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。