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

fixed pg connection

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