Skip to content

Instantly share code, notes, and snippets.

@erick-jeronimo
erick-jeronimo / Conexao.java
Created May 23, 2018 22:48
Arquivo de conexão JDBC com o BD PostgreSQL
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package javaapplication1;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;