PostgreSQL JDBC Driver / JDBC URL
DRIVER CLASS : org.postgresql.Driver
JDBC URL FORMAT : jdbc:postgresql://<host>:<port>/<database>
PostgreSQL가 사용하는 Default Port는 5432를 사용함.
JDBC URL Examples:
jdbc:postgresql://my.hostname.xxx:5432/testDB
jdbc:postgresql://127.0.0.1:5432/testDB