Advertisement
Latinist

Untitled

Apr 7th, 2020
1,420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. package com.antonromanov.jdbc;
  2.  
  3. import java.sql.Connection;
  4.  
  5. public class Main {
  6.     public static void main( String[] args ){
  7.         Connection connection = PostgreSQLConnUtils.getMySQLConnection();
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement