提交 02a8a2b7 编写于 作者: M Mars Liu

fixed pg connection

上级 1c80f350
......@@ -13,7 +13,7 @@ import java.sql.SQLException;
import java.sql.Statement;
public class PSQLConnection {
public static void main(String[] args) throws ClassNotFoundException, SQLException {
public static void main(String[] args) {
Connection conn = null;
try {
Class.forName("org.postgresql.Driver");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册